IFollowModePresenceUserData interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The presence data for a user's personal follow mode state.

Properties

followingUserId

The user that this user is following.

stateValue

User's personal state

Property Details

followingUserId

The user that this user is following.

followingUserId: undefined | string

Property Value

undefined | string

Remarks

This will be ignored when LiveFollowMode["presentingUserIdState"] is set.

stateValue

User's personal state

stateValue: TData

Property Value

TData