GroupCallParticipant
Represents a group call participant.
This is an alias for the GroupCallParticipantUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "groupCallParticipant" | |
participantId | Identifier of the group call participant | |
audioSourceId | number | User's audio channel synchronization source identifier |
screenSharingAudioSourceId | number | User's screen sharing audio channel synchronization source identifier |
videoInfo | Information about user's video channel; may be null if there is no active video | |
screenSharingVideoInfo | Information about user's screen sharing video channel; may be null if there is no active screen sharing video | |
bio | string | The participant user's bio or the participant chat's description |
isCurrentUser | boolean | True, if the participant is the current user |
isSpeaking | boolean | True, if the participant is speaking as set by setGroupCallParticipantIsSpeaking |
isHandRaised | boolean | True, if the participant hand is raised |
canBeMutedForAllUsers | boolean | True, if the current user can mute the participant for all other group call participants |
canBeUnmutedForAllUsers | boolean | True, if the current user can allow the participant to unmute themselves or unmute the participant (if the participant is the current user) |
canBeMutedForCurrentUser | boolean | True, if the current user can mute the participant only for self |
canBeUnmutedForCurrentUser | boolean | True, if the current user can unmute the participant for self |
isMutedForAllUsers | boolean | True, if the participant is muted for all users |
isMutedForCurrentUser | boolean | True, if the participant is muted for the current user |
canUnmuteSelf | boolean | True, if the participant is muted for all users, but can unmute themselves |
volumeLevel | number | Participant's volume level; 1-20000 in hundreds of percents |
order | string | User's order in the group call participant list. Orders must be compared lexicographically. The bigger is order, the higher is user in the list. If order is empty, the user must be removed from the participant list |