channelLeaveAnon
Removes user from anonymous channel
Function Action Object
Key
value
Description
Example
// This will remove a user to "chatRoom"
[
{
"action": "channelLeaveAnon",
"options": {
"channel": "chatRoom"
}
}
]Last updated
Was this helpful?