VideoGalleryRemoteParticipant interface
The state of a remote participant in the VideoGallery.
- Extends
Properties
is |
Whether participant is speaking or not |
screen |
Video stream of shared screen |
Inherited Properties
display |
Display name of participant |
is |
Whether participant is muted |
is |
Whether participant is screen sharing or not |
user |
User ID of participant |
video |
Video stream of participant |
Property Details
isSpeaking
Whether participant is speaking or not
isSpeaking?: boolean
Property Value
boolean
screenShareStream
Video stream of shared screen
screenShareStream?: VideoGalleryStream
Property Value
Inherited Property Details
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
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