VideoGalleryRemoteParticipant interface
État d’un participant distant dans le VideoGallery.
- Extends
Propriétés
| is |
Si le participant parle ou non |
| media |
États d’accès aux médias audio vidéo * |
| raised |
Si le participant a levé la main |
| reaction | Si le participant a réagi |
| screen |
Flux vidéo de l’écran partagé |
| state | L’état de connexion du participant. Par exemple, 'Hold', 'Connecting', etc. |
Propriétés héritées
| can |
Le participant peut voir l’audio interdit * |
| can |
Les participants peuvent voir la vidéo interdite * |
| display |
Nom complet du participant |
| is |
Indique si le participant est désactivé |
| is |
Indique si le participant est le partage d’écran ou non |
| spotlight | Si le participant est mis en vedette * |
| user |
ID utilisateur du participant |
| video |
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
mediaAccess
raisedHand
reaction
screenShareStream
Flux vidéo de l’écran partagé
screenShareStream?: VideoGalleryStream
Valeur de propriété
state
L’état de connexion du participant. Par exemple, 'Hold', 'Connecting', etc.
public state?: ParticipantState
Valeur de propriété
Détails de la propriété héritée
canAudioBeForbidden
Le participant peut voir l’audio interdit *
canAudioBeForbidden?: boolean
Valeur de propriété
boolean
Hérité de VideoGalleryParticipant.canAudioBeForbidden
canVideoBeForbidden
Les participants peuvent voir la vidéo interdite *
canVideoBeForbidden?: boolean
Valeur de propriété
boolean
Hérité de VideoGalleryParticipant.canVideoBeForbidden
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
spotlight
Si le participant est mis en vedette *
spotlight?: Spotlight
Valeur de propriété
Hérité de VideoGalleryParticipant.spotlight
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