RemoteParticipantState interface
Versión de solo estado de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient recuperará automáticamente RemoteParticipants y agregará su estado al estado expuesto por StatefulCallClient.
Propiedades
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 un objeto con <xref:RemoteVideoStream> campos con clave de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
Detalles de las propiedades
callEndReason
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Valor de propiedad
displayName
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Valor de propiedad
string
identifier
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind
Valor de propiedad
isMuted
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Valor de propiedad
boolean
isSpeaking
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Valor de propiedad
boolean
state
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Valor de propiedad
videoStreams
Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> como un objeto con <xref:RemoteVideoStream> campos con clave de <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
videoStreams: {[key: number]: RemoteVideoStreamState}
Valor de propiedad
{[key: number]: RemoteVideoStreamState}