VTParticipantInfo
The VTParticipantInfo model includes information about conference participants, such as the external ID, name, and participant's avatar URL.
Accessors
externalID
▸ externalID : String?
The external unique identifier that a customer's application can add to a participant when applying for a client access token. Setting the external ID via the open method is no longer supported.
If a participant uses the same external ID in conferences, the participant's ID also remains the same across all sessions.
Returns: String?
name
▸ name : String?
The participant's name.
Returns: String?
avatarURL
▸ avatarURL? : String?
The participant's avatar URL.
Returns: String?
Updated 4 months ago