RemoteParticipantState interface
Stato solo versione di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient recupera automaticamente RemoteParticipants e aggiungerà lo stato allo stato esposto da StatefulCallClient.
Proprietà
call |
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
display |
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
identifier | Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
is |
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
is |
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
state | Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
video |
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> come oggetto con <xref:RemoteVideoStream> campi chiave da <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
Dettagli proprietà
callEndReason
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Valore della proprietà
displayName
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Valore della proprietà
string
identifier
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind
Valore della proprietà
isMuted
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Valore della proprietà
boolean
isSpeaking
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Valore della proprietà
boolean
state
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Valore della proprietà
videoStreams
Proxy di <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> come oggetto con <xref:RemoteVideoStream> campi chiave da <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
videoStreams: {[key: number]: RemoteVideoStreamState}
Valore della proprietà
{[key: number]: RemoteVideoStreamState}