Partager via


RemoteParticipantState interface

État uniquement de la version de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient récupère automatiquement remoteParticipants et ajoute leur état à l’état exposé par StatefulCallClient.

Propriétés

callEndReason

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.

displayName

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.

identifier

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.

isMuted

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.

isSpeaking

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.

state

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.

videoStreams

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> en tant qu’objet avec <xref:RemoteVideoStream> des champs clés par <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.

Détails de la propriété

callEndReason

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.

callEndReason?: CallEndReason

Valeur de propriété

displayName

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.

displayName?: string

Valeur de propriété

string

identifier

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.

identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind

Valeur de propriété

isMuted

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.

isMuted: boolean

Valeur de propriété

boolean

isSpeaking

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.

isSpeaking: boolean

Valeur de propriété

boolean

state

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.

state: RemoteParticipantState

Valeur de propriété

videoStreams

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> en tant qu’objet avec <xref:RemoteVideoStream> des champs clés par <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.

videoStreams: {[key: number]: RemoteVideoStreamState}

Valeur de propriété

{[key: number]: RemoteVideoStreamState}