Compartilhar via


RemoteParticipantState interface

Versão somente de estado do <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient recuperará RemoteParticipants automaticamente e adicionará seu estado ao estado exposto por StatefulCallClient.

Propriedades

callEndReason

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.

displayName

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.

identifier

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.

isMuted

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.

isSpeaking

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.

state

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.

videoStreams

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> como um objeto com <xref:RemoteVideoStream> campos chaveados por <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.

Detalhes da propriedade

callEndReason

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.

callEndReason?: CallEndReason

Valor da propriedade

displayName

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.

displayName?: string

Valor da propriedade

string

identifier

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.

identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind

Valor da propriedade

isMuted

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.

isMuted: boolean

Valor da propriedade

boolean

isSpeaking

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.

isSpeaking: boolean

Valor da propriedade

boolean

state

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.

state: RemoteParticipantState

Valor da propriedade

videoStreams

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> como um objeto com <xref:RemoteVideoStream> campos chaveados por <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.

videoStreams: {[key: number]: RemoteVideoStreamState}

Valor da propriedade

{[key: number]: RemoteVideoStreamState}