For the complete documentation index, see llms.txt. This page is also available as Markdown.

channelJoinAnon

Adds user to anonymous channel

Adds users to anonymous channel.

Function Action Object

Key
value
Description

action

'channelJoinAnon'

Action name

options.channel

{string}

Channel name

Example

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

Last updated

Was this helpful?