Compartir a través de


VideoGalleryRemoteParticipant interface

Estado de un participante remoto en VideoGallery.

Extends

Propiedades

isSpeaking

Si el participante habla o no

screenShareStream

Secuencia de vídeo de la pantalla compartida

Propiedades heredadas

displayName

Nombre para mostrar del participante

isMuted

Si el participante está silenciado

isScreenSharingOn

Si el participante está compartiendo pantalla o no

userId

Identificador de usuario del participante

videoStream

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