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