Function setPresenceUserAttributes

  • Returns Promise<PresenceAttributes>

    Description

    Set user presence attributes for current user profile in a given channel

    Async

    Since

    0.1.0

    Example

    setPresenceUserAttributes({
    channel: "<your channel identifier>",
    attributes: { mood: "Happy", location: "Vacation" }
    }).then(attributes => console.log(attributes))

Generated using TypeDoc