Get list of channels in which a given user is present.
2.41.0
getPresenceUserChannels({ userProfileId: "<user profile id>"}).then(res => console.log(res)) Copy
getPresenceUserChannels({ userProfileId: "<user profile id>"}).then(res => console.log(res))
Generated using TypeDoc
Description
Get list of channels in which a given user is present.
Async
Since
2.41.0
Example