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 participant's external ID.
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
Updated almost 2 years ago