Partager via


VideoGalleryRemoteParticipant interface

État d’un participant distant dans le VideoGallery.

Extends

Propriétés

isSpeaking

Si le participant parle ou non

screenShareStream

Flux vidéo de l’écran partagé

Propriétés héritées

displayName

Nom complet du participant

isMuted

Indique si le participant est désactivé

isScreenSharingOn

Indique si le participant est le partage d’écran ou non

userId

ID utilisateur du participant

videoStream

Flux vidéo du participant

Détails de la propriété

isSpeaking

Si le participant parle ou non

isSpeaking?: boolean

Valeur de propriété

boolean

screenShareStream

Flux vidéo de l’écran partagé

screenShareStream?: VideoGalleryStream

Valeur de propriété

Détails de la propriété héritée

displayName

Nom complet du participant

displayName?: string

Valeur de propriété

string

héritée de VideoGalleryParticipant.displayName

isMuted

Indique si le participant est désactivé

isMuted?: boolean

Valeur de propriété

boolean

héritée de VideoGalleryParticipant.isMuted

isScreenSharingOn

Indique si le participant est le partage d’écran ou non

isScreenSharingOn?: boolean

Valeur de propriété

boolean

héritée de VideoGalleryParticipant.isScreenSharingOn

userId

ID utilisateur du participant

userId: string

Valeur de propriété

string

héritée de VideoGalleryParticipant.userId

videoStream

Flux vidéo du participant

videoStream?: VideoGalleryStream

Valeur de propriété

héritée de VideoGalleryParticipant.videoStream