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 the customer's application can add to the participant while opening a session. 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 almost 2 years ago