Join a presence channel.
2.41.0
joinPresenceChannel({ channel: "<your channel identifier>",}).then(res => console.log(res)) Copy
joinPresenceChannel({ channel: "<your channel identifier>",}).then(res => console.log(res))
Generated using TypeDoc
Description
Join a presence channel.
Async
Since
2.41.0
Example