RemoteParticipantState interface
Indique apenas a versão do <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient recuperará automaticamente RemoteParticipants e adicionará seu estado ao estado exposto por StatefulCallClient.
Propriedades
| call |
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
| content |
Procuração de <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>. |
| display |
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
| identifier | Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
| is |
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
| is |
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
| media |
Procuração de <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>. |
| raised |
Procuração de <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>. |
| reaction |
Proxy de com props auxiliares da interface do usuário recebidosOn que indica o carimbo de <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> data/hora quando a mensagem foi recebida. |
| role | Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>. |
| spotlight | Procuração de <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>. |
| state | Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
| video |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> como um objeto com <xref:RemoteVideoStream> campos digitados por <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
Detalhes de Propriedade
callEndReason
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Valor de Propriedade
contentSharingStream
Procuração de <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.
public contentSharingStream?: HTMLElement
Valor de Propriedade
HTMLElement
displayName
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Valor de Propriedade
string
identifier
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationIdentifierKind
Valor de Propriedade
isMuted
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Valor de Propriedade
boolean
isSpeaking
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Valor de Propriedade
boolean
mediaAccess
Procuração de <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.
mediaAccess?: MediaAccessState
Valor de Propriedade
raisedHand
Procuração de <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.
raisedHand?: RaisedHandState
Valor de Propriedade
reactionState
Proxy de com props auxiliares da interface do usuário recebidosOn que indica o carimbo de <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> data/hora quando a mensagem foi recebida.
public reactionState?: ReactionState
Valor de Propriedade
role
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>.
role?: ParticipantRole
Valor de Propriedade
spotlight
Procuração de <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.
spotlight?: SpotlightState
Valor de Propriedade
state
Procuração de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Valor de Propriedade
videoStreams
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> como um objeto com <xref:RemoteVideoStream> campos digitados por <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
videoStreams: {[key: number]: RemoteVideoStreamState}
Valor de Propriedade
{[key: number]: RemoteVideoStreamState}