ParticipantInfo
The ParticipantInfo model contains information about conference participants, such as the
external ID, name, and URL of the participant's avatar.
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. When a participant joins a conference in which there is already a participant who uses the same external ID, the SDK removes the participant who joined the conference earlier and emits the switched event. The external ID is required to invite participants to a conference.
name
• Optional
name: string
The participant's name.
Updated 4 months ago