RemoteParticipantState interface
Alleen de statusversie van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient haalt RemoteParticipants automatisch op en voegt de status toe aan de status die wordt weergegeven door StatefulCallClient-.
Eigenschappen
| call |
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
| content |
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>. |
| display |
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
| identifier | Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
| is |
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
| is |
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
| media |
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>. |
| raised |
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>. |
| reaction |
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> met UI-helper props receivedOn, die de tijdstempel aangeeft wanneer het bericht is ontvangen. |
| role | Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>. |
| spotlight | Proxy van <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>. |
| state | Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
| video |
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> als een object met <xref:RemoteVideoStream> velden die door <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>zijn opgegeven. |
Eigenschapdetails
callEndReason
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Waarde van eigenschap
contentSharingStream
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.
public contentSharingStream?: HTMLElement
Waarde van eigenschap
HTMLElement
displayName
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Waarde van eigenschap
string
identifier
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationIdentifierKind
Waarde van eigenschap
isMuted
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Waarde van eigenschap
boolean
isSpeaking
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Waarde van eigenschap
boolean
mediaAccess
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.
mediaAccess?: MediaAccessState
Waarde van eigenschap
raisedHand
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.
raisedHand?: RaisedHandState
Waarde van eigenschap
reactionState
Proxy van <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> met UI-helper props receivedOn, die de tijdstempel aangeeft wanneer het bericht is ontvangen.
public reactionState?: ReactionState
Waarde van eigenschap
role
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>.
role?: ParticipantRole
Waarde van eigenschap
spotlight
Proxy van <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.
spotlight?: SpotlightState
Waarde van eigenschap
state
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Waarde van eigenschap
videoStreams
Proxy van <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> als een object met <xref:RemoteVideoStream> velden die door <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>zijn opgegeven.
videoStreams: {[key: number]: RemoteVideoStreamState}
Waarde van eigenschap
{[key: number]: RemoteVideoStreamState}