Set user presence attributes for current user profile in a given channel
0.1.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
0.1.0
Example