IFollowModePresenceUserData interface
The presence data for a user's personal follow mode state.
Properties
following |
The user that this user is following. |
state |
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