ParticipantInfo

The ParticipantInfo model represents the participant's information concerning the participant's name, external ID, and avatar URL.

Available in the package com.voxeet.sdk.json.ParticipantInfo.

Methods

getName

getName(): String

The participant's name.

Returns: @Nullable String - the participant's name


getExternalId

getExternalId(): 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: @Nullable String - the participant's external ID


getAvatarUrl

getAvatarUrl(): String

The URL of the participant's avatar.

Returns: @Nullable String - the URL of the participant's avatar