RemoteParticipantState interface
Stav pouze verze <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient automaticky načte RemoteParticipants a přidá jejich stav do stavu vystaveného StatefulCallClient.
Vlastnosti
| call |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
| content |
Proxy <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>. |
| display |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
| identifier | Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
| is |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
| is |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
| media |
Proxy <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>. |
| raised |
Proxy <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>. |
| reaction |
Proxy server <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> s pomocnými props uživatelského rozhraní receivedOn, který označuje časové razítko, kdy byla zpráva přijata. |
| role | Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>. |
| spotlight | Proxy <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>. |
| state | Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
| video |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> jako objekt s poli <xref:RemoteVideoStream> klíči podle <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
Podrobnosti vlastnosti
callEndReason
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Hodnota vlastnosti
contentSharingStream
Proxy <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.
public contentSharingStream?: HTMLElement
Hodnota vlastnosti
HTMLElement
displayName
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Hodnota vlastnosti
string
identifier
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationIdentifierKind
Hodnota vlastnosti
isMuted
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Hodnota vlastnosti
boolean
isSpeaking
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Hodnota vlastnosti
boolean
mediaAccess
Proxy <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.
mediaAccess?: MediaAccessState
Hodnota vlastnosti
raisedHand
Proxy <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.
raisedHand?: RaisedHandState
Hodnota vlastnosti
reactionState
Proxy server <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> s pomocnými props uživatelského rozhraní receivedOn, který označuje časové razítko, kdy byla zpráva přijata.
public reactionState?: ReactionState
Hodnota vlastnosti
role
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>.
role?: ParticipantRole
Hodnota vlastnosti
spotlight
Proxy <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.
spotlight?: SpotlightState
Hodnota vlastnosti
state
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Hodnota vlastnosti
videoStreams
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> jako objekt s poli <xref:RemoteVideoStream> klíči podle <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
videoStreams: {[key: number]: RemoteVideoStreamState}
Hodnota vlastnosti
{[key: number]: RemoteVideoStreamState}