Get list of users present in a given channel.
2.41.0
getPresenceChannelUsers({ channel: "<your channel identifier>",}).then(res => console.log(res)) Copy
getPresenceChannelUsers({ channel: "<your channel identifier>",}).then(res => console.log(res))
Generated using TypeDoc
Description
Get list of users present in a given channel.
Async
Since
2.41.0
Example