Share via


VideoGalleryLocalParticipant interface

The state of the local participant in the VideoGallery.

Extends

Properties

raisedHand

Whether local participant is raised a hand

reaction

Whether local participant has reacted

screenShareStream

Video stream of shared screen

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

mediaAccess

Media audio video access states *

spotlight

Whether participant is spotlighted *

userId

User ID of participant

videoStream

Video stream of participant

Property Details

raisedHand

Whether local participant is raised a hand

raisedHand?: RaisedHand

Property Value

reaction

Whether local participant has reacted

reaction?: Reaction

Property Value

screenShareStream

Video stream of shared screen

screenShareStream?: VideoGalleryStream

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

mediaAccess

Media audio video access states *

mediaAccess?: MediaAccess

Property Value

Inherited From VideoGalleryParticipant.mediaAccess

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