Get list of channels in which a given user is present.
0.1.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
0.1.0
Example