RemoteParticipantState interface
Versão apenas de estado de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient obterá automaticamente RemoteParticipants e adicionará o respetivo estado ao estado exposto por StatefulCallClient.
Propriedades
call |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
display |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
identifier | Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
is |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
is |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
state | Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
video |
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> como um objeto com <xref:RemoteVideoStream> campos com chave por <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
Detalhes de Propriedade
callEndReason
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Valor de Propriedade
displayName
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Valor de Propriedade
string
identifier
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind
Valor de Propriedade
isMuted
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Valor de Propriedade
boolean
isSpeaking
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Valor de Propriedade
boolean
state
Proxy 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 com chave por <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
videoStreams: {[key: number]: RemoteVideoStreamState}
Valor de Propriedade
{[key: number]: RemoteVideoStreamState}