VideoGalleryLocalParticipant interface
The state of the local participant in the VideoGallery.
- Extends
Properties
raised |
Whether local participant is raised a hand |
reaction | Whether local participant has reacted |
screen |
Video stream of shared screen |
Inherited Properties
can |
Attendee can have audio be forbidden * |
can |
Attendee can have video be forbidden * |
display |
Display name of participant |
is |
Whether participant is muted |
is |
Whether participant is screen sharing or not |
media |
Media audio video access states * |
spotlight | Whether participant is spotlighted * |
user |
User ID of participant |
video |
Video stream of participant |
Property Details
raisedHand
reaction
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