Compartilhar via


RemoteParticipantState interface

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

Propriedades

callEndReason

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

contentSharingStream

Proxy de <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.

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>.

mediaAccess

Proxy de <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.

raisedHand

Proxy de <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.

reactionState

Proxy de com auxiliares de interface do usuário props receivedOn que indica o carimbo de <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> data/hora em que a mensagem foi recebida.

role

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

spotlight

Proxy de <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.

state

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

videoStreams

Proxy de <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> como um objeto com campos <xref:RemoteVideoStream> 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

contentSharingStream

Proxy de <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.

public contentSharingStream?: HTMLElement

Valor da propriedade

HTMLElement

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: CommunicationIdentifierKind

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

mediaAccess

Proxy de <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.

mediaAccess?: MediaAccessState

Valor da propriedade

raisedHand

Proxy de <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.

raisedHand?: RaisedHandState

Valor da propriedade

reactionState

Proxy de com auxiliares de interface do usuário props receivedOn que indica o carimbo de <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> data/hora em que a mensagem foi recebida.

public reactionState?: ReactionState

Valor da propriedade

role

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

role?: ParticipantRole

Valor da propriedade

spotlight

Proxy de <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.

spotlight?: SpotlightState

Valor da propriedade

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 campos <xref:RemoteVideoStream> chaveados por <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.

videoStreams: {[key: number]: RemoteVideoStreamState}

Valor da propriedade

{[key: number]: RemoteVideoStreamState}