RemoteParticipantState interface
Status hanya versi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>. StatefulCallClient akan secara otomatis mengambil RemoteParticipants dan menambahkan statusnya ke status yang diekspos oleh StatefulCallClient.
Properti
| call |
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>. |
| content |
Proksi <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>. |
| display |
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>. |
| identifier | Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>. |
| is |
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>. |
| is |
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>. |
| media |
Proksi <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>. |
| raised |
Proksi <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>. |
| reaction |
Proksi dengan <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> alat peraga pembantu UI receivedOn yang menunjukkan stempel waktu saat pesan diterima. |
| role | Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>. |
| spotlight | Proksi <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>. |
| state | Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>. |
| video |
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> sebagai objek dengan bidang <xref:RemoteVideoStream> yang di-key oleh <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
Detail Properti
callEndReason
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>.
callEndReason?: CallEndReason
Nilai Properti
contentSharingStream
Proksi <xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>.
public contentSharingStream?: HTMLElement
Nilai Properti
HTMLElement
displayName
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>.
displayName?: string
Nilai Properti
string
identifier
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>.
identifier: CommunicationIdentifierKind
Nilai Properti
isMuted
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>.
isMuted: boolean
Nilai Properti
boolean
isSpeaking
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>.
isSpeaking: boolean
Nilai Properti
boolean
mediaAccess
Proksi <xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>.
mediaAccess?: MediaAccessState
Nilai Properti
raisedHand
Proksi <xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>.
raisedHand?: RaisedHandState
Nilai Properti
reactionState
Proksi dengan <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> alat peraga pembantu UI receivedOn yang menunjukkan stempel waktu saat pesan diterima.
public reactionState?: ReactionState
Nilai Properti
role
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>.
role?: ParticipantRole
Nilai Properti
spotlight
Proksi <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>.
spotlight?: SpotlightState
Nilai Properti
state
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>.
state: RemoteParticipantState
Nilai Properti
videoStreams
Proksi <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> sebagai objek dengan bidang <xref:RemoteVideoStream> yang di-key oleh <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
videoStreams: {[key: number]: RemoteVideoStreamState}
Nilai Properti
{[key: number]: RemoteVideoStreamState}