Hierarchy

  • Participant

Properties

audioMuteType: {
    localMuted: boolean;
    remoteMuted: boolean;
}

Indicates type of audio mute applied

Type declaration

  • localMuted: boolean

    localMuted will hold the audio mute state information that will get updated whenever a participant mutes/unmutes oneself

  • remoteMuted: boolean

    remoteMuted will hold the audio mute state information when a moderator mutes/unmutes a participant.

callQuality: CallQuality

This is the audio connection quality of a participant in the meeting. It ranges from poor to excellent conditions which is described by CallQuality.

isAudioMuted: boolean

Indicates if audio is in muted/unmuted state

isModerator: boolean

Is this participant a moderator or participant.

isSelf: boolean

Is this the own participant info or the others.

isSharing: boolean

Is the participant sharing the screen.

isVideoMuted: boolean

Is the video muted for this participant

name: string

Name of the participant

participantGuid: string

Is the unique identifier for a participant in a meeting

videoMuteType: {
    localMuted: boolean;
    remoteMuted: boolean;
}

Indicates type of video mute applied

Type declaration

  • localMuted: boolean

    localMuted will hold the video mute state information that will get updated whenever a participant mutes/unmutes oneself

  • remoteMuted: boolean

    remoteMuted will hold the video mute state information when a moderator mutes/unmutes a participant.

Generated using TypeDoc