ParticipantInfo
The ParticipantInfo model represents the participant information concerning the name ParticipantInfo, external ID ParticipantInfo, and avatar.
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