channelLeaveAnon

Removes user from anonymous channel

Removes users from anonymous channel.

Function Action Object

KeyvalueDescription

action

'channelLeaveAnon'

Action name

options.channel

{string}

Channel name

Example

// This will remove a user to "chatRoom"
[
  {
    "action": "channelLeaveAnon",
    "options": {
      "channel": "chatRoom"
    }
  }
]

Last updated