Verk Web v0.13.3 VerkWeb.RoomChannel

Summary

Functions

Authorize socket to subscribe and broadcast events on this channel & topic

Functions

code_change(old, socket, extra)

Callback implementation for Phoenix.Channel.code_change/3.

handle_in(event, message, socket)

Callback implementation for Phoenix.Channel.handle_in/3.

handle_info(arg1, socket)

Callback implementation for Phoenix.Channel.handle_info/2.

join(arg1, arg2, socket)

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

terminate(reason, socket)

Callback implementation for Phoenix.Channel.terminate/2.