Set user presence attributes for current user profile in a given channel.
2.41.0
setPresenceUserAttributes({ channel: "<your channel identifier>", attributes: { mood: "Happy", location: "Vacation" }}).then(attributes => console.log(attributes)) Copy
setPresenceUserAttributes({ channel: "<your channel identifier>", attributes: { mood: "Happy", location: "Vacation" }}).then(attributes => console.log(attributes))
Generated using TypeDoc
Description
Set user presence attributes for current user profile in a given channel.
Async
Since
2.41.0
Example