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>. |
| content |
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>. |
| 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>. |
| media |
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>. |
| raised |
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>. |
| reaction |
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> mit UI-Hilfsrequisiten receivedOn, der den Zeitstempel angibt, zu dem die Nachricht empfangen wurde. |
| role | Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>. |
| spotlight | Proxy von <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>. |
| 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
contentSharingStream
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.
public contentSharingStream?: HTMLElement
Eigenschaftswert
HTMLElement
displayName
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Eigenschaftswert
string
identifier
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationIdentifierKind
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
mediaAccess
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.
mediaAccess?: MediaAccessState
Eigenschaftswert
raisedHand
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.
raisedHand?: RaisedHandState
Eigenschaftswert
reactionState
Proxy von <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> mit UI-Hilfsrequisiten receivedOn, der den Zeitstempel angibt, zu dem die Nachricht empfangen wurde.
public reactionState?: ReactionState
Eigenschaftswert
role
Proxy von <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>.
role?: ParticipantRole
Eigenschaftswert
spotlight
Proxy von <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.
spotlight?: SpotlightState
Eigenschaftswert
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}