VideoGalleryRemoteParticipant interface
Estado de un participante remoto en VideoGallery.
- Extends
Propiedades
is |
Si el participante habla o no |
screen |
Secuencia de vídeo de la pantalla compartida |
Propiedades heredadas
display |
Nombre para mostrar del participante |
is |
Si el participante está silenciado |
is |
Si el participante está compartiendo pantalla o no |
user |
Identificador de usuario del participante |
video |
Secuencia de vídeo del participante |
Detalles de las propiedades
isSpeaking
Si el participante habla o no
isSpeaking?: boolean
Valor de propiedad
boolean
screenShareStream
Secuencia de vídeo de la pantalla compartida
screenShareStream?: VideoGalleryStream
Valor de propiedad
Detalles de las propiedades heredadas
displayName
Nombre para mostrar del participante
displayName?: string
Valor de propiedad
string
Heredado de VideoGalleryParticipant.displayName
isMuted
Si el participante está silenciado
isMuted?: boolean
Valor de propiedad
boolean
Heredado de VideoGalleryParticipant.isMuted
isScreenSharingOn
Si el participante está compartiendo pantalla o no
isScreenSharingOn?: boolean
Valor de propiedad
boolean
Heredado de VideoGalleryParticipant.isScreenSharingOn
userId
Identificador de usuario del participante
userId: string
Valor de propiedad
string
Heredado de VideoGalleryParticipant.userId
videoStream
Secuencia de vídeo del participante
videoStream?: VideoGalleryStream
Valor de propiedad
Heredado de VideoGalleryParticipant.videoStream