VideoGalleryRemoteParticipant interface
The state of a remote participant in the VideoGallery.
- Extends
Properties
| is |
Whether participant is speaking or not |
| media |
Media audio video access states * |
| raised |
Whether participant is raised a hand |
| reaction | Whether participant has reacted |
| screen |
Video stream of shared screen |
| state | The connection state of the participant. For example, 'Hold', 'Connecting' etc. |
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 |
| spotlight | Whether participant is spotlighted * |
| user |
User ID of participant |
| video |
Video stream of participant |
Property Details
isSpeaking
Whether participant is speaking or not
isSpeaking?: boolean
Property Value
boolean
mediaAccess
raisedHand
reaction
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