ParticipantInfo
The ParticipantInfo interface gathers information about a conference participant.
Properties
avatarUrl
• Optional
avatarUrl: string
The URL of the participant's avatar.
externalId
• Optional
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.
name
• Optional
name: string
The participant's name.
Updated 4 months ago