Core
Guides v2.x
2

joinChannel #

Informs the protocol that one of its connected users joined a channel.


Arguments #

Copied to clipboard!
joinChannel(channel, connectionId);

Arguments Type Description
channel
string
Joined channel identifier
connectionId
string
Connection unique identifier, previously registered by the protocol using newConnection

Return #

The joinChannel function is not expected to return a value.