Verk Web v0.13.3 VerkWeb.RoomChannel
Summary
Functions
Callback implementation for Phoenix.Channel.code_change/3
Callback implementation for Phoenix.Channel.handle_in/3
Callback implementation for Phoenix.Channel.handle_info/2
Authorize socket to subscribe and broadcast events on this channel & topic
Callback implementation for Phoenix.Channel.terminate/2
Functions
Callback implementation for Phoenix.Channel.code_change/3.
Callback implementation for Phoenix.Channel.handle_in/3.
Callback implementation for Phoenix.Channel.handle_info/2.
Authorize socket to subscribe and broadcast events on this channel & topic
Possible Return Values
{:ok, socket} to authorize subscription for channel for requested topic
:ignore to deny subscription/broadcast on this channel
for the requested topic
Callback implementation for Phoenix.Channel.terminate/2.