RemoteParticipantState interface
Nur Zustandsversion von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient- ruft remoteParticipants automatisch ab und fügt ihren Zustand dem Zustand hinzu, der von StatefulCallClientverfügbar gemacht wird.
Eigenschaften
call |
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
display |
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
identifier | Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
is |
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
is |
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
state | Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
video |
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> als Objekt mit <xref:RemoteVideoStream> von <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>schlüsselierten Feldern. |
Details zur Eigenschaft
callEndReason
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Eigenschaftswert
displayName
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Eigenschaftswert
string
identifier
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind
Eigenschaftswert
isMuted
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Eigenschaftswert
boolean
isSpeaking
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Eigenschaftswert
boolean
state
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Eigenschaftswert
videoStreams
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> als Objekt mit <xref:RemoteVideoStream> von <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>schlüsselierten Feldern.
videoStreams: {[key: number]: RemoteVideoStreamState}
Eigenschaftswert
{[key: number]: RemoteVideoStreamState}