Share via


VideoGalleryRemoteParticipant interface

The state of a remote participant in the VideoGallery.

Extends

Properties

isSpeaking

Whether participant is speaking or not

mediaAccess

Media audio video access states *

raisedHand

Whether participant is raised a hand

reaction

Whether participant has reacted

screenShareStream

Video stream of shared screen

state

The connection state of the participant. For example, 'Hold', 'Connecting' etc.

Inherited Properties

canAudioBeForbidden

Attendee can have audio be forbidden *

canVideoBeForbidden

Attendee can have video be forbidden *

displayName

Display name of participant

isMuted

Whether participant is muted

isScreenSharingOn

Whether participant is screen sharing or not

spotlight

Whether participant is spotlighted *

userId

User ID of participant

videoStream

Video stream of participant

Property Details

isSpeaking

Whether participant is speaking or not

isSpeaking?: boolean

Property Value

boolean

mediaAccess

Media audio video access states *

mediaAccess?: MediaAccess

Property Value

raisedHand

Whether participant is raised a hand

raisedHand?: RaisedHand

Property Value

reaction

Whether participant has reacted

public reaction?: Reaction

Property Value

screenShareStream

Video stream of shared screen

screenShareStream?: VideoGalleryStream

Property Value

state

The connection state of the participant. For example, 'Hold', 'Connecting' etc.

public state?: ParticipantState

Property Value

Inherited Property Details

canAudioBeForbidden

Attendee can have audio be forbidden *

canAudioBeForbidden?: boolean

Property Value

boolean

Inherited From VideoGalleryParticipant.canAudioBeForbidden

canVideoBeForbidden

Attendee can have video be forbidden *

canVideoBeForbidden?: boolean

Property Value

boolean

Inherited From VideoGalleryParticipant.canVideoBeForbidden

displayName

Display name of participant

displayName?: string

Property Value

string

Inherited From VideoGalleryParticipant.displayName

isMuted

Whether participant is muted

isMuted?: boolean

Property Value

boolean

Inherited From VideoGalleryParticipant.isMuted

isScreenSharingOn

Whether participant is screen sharing or not

isScreenSharingOn?: boolean

Property Value

boolean

Inherited From VideoGalleryParticipant.isScreenSharingOn

spotlight

Whether participant is spotlighted *

spotlight?: Spotlight

Property Value

Inherited From VideoGalleryParticipant.spotlight

userId

User ID of participant

userId: string

Property Value

string

Inherited From VideoGalleryParticipant.userId

videoStream

Video stream of participant

videoStream?: VideoGalleryStream

Property Value

Inherited From VideoGalleryParticipant.videoStream