RemoteParticipantState interface
Tillstånd endast version av <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient hämtar automatiskt RemoteParticipants och lägger till deras tillstånd i det tillstånd som exponeras av StatefulCallClient.
Egenskaper
| call |
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
| content |
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>. |
| display |
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
| identifier | Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
| is |
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
| is |
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
| media |
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>. |
| raised |
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>. |
| reaction |
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> med UI-hjälprekvisita receivedOn som anger tidsstämpeln när meddelandet togs emot. |
| role | Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>. |
| spotlight | Proxy för <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>. |
| state | Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
| video |
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> som ett objekt med <xref:RemoteVideoStream> fält som <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
Egenskapsinformation
callEndReason
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Egenskapsvärde
contentSharingStream
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.
public contentSharingStream?: HTMLElement
Egenskapsvärde
HTMLElement
displayName
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Egenskapsvärde
string
identifier
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationIdentifierKind
Egenskapsvärde
isMuted
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Egenskapsvärde
boolean
isSpeaking
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Egenskapsvärde
boolean
mediaAccess
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.
mediaAccess?: MediaAccessState
Egenskapsvärde
raisedHand
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.
raisedHand?: RaisedHandState
Egenskapsvärde
reactionState
Proxy för <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> med UI-hjälprekvisita receivedOn som anger tidsstämpeln när meddelandet togs emot.
public reactionState?: ReactionState
Egenskapsvärde
role
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>.
role?: ParticipantRole
Egenskapsvärde
spotlight
Proxy för <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.
spotlight?: SpotlightState
Egenskapsvärde
state
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Egenskapsvärde
videoStreams
Proxy för <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> som ett objekt med <xref:RemoteVideoStream> fält som <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
videoStreams: {[key: number]: RemoteVideoStreamState}
Egenskapsvärde
{[key: number]: RemoteVideoStreamState}