RemoteParticipantState interface
只限狀態版本的 <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>。 StatefulCallClient 會自動擷取 RemoteParticipants,並將其狀態新增至 statefulCallClient 所公開的狀態。
屬性
| call |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>的 Proxy。 |
| content |
<xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>的 Proxy。 |
| display |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>的 Proxy。 |
| identifier | <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>的 Proxy。 |
| is |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>的 Proxy。 |
| is |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>的 Proxy。 |
| media |
<xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>的 Proxy。 |
| raised |
<xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>的 Proxy。 |
| reaction |
帶有UI輔助屬性receivedOn的 <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> 代理,它指示收到消息時的時間戳。 |
| role | <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>的 Proxy。 |
| spotlight | <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>的 Proxy。 |
| state | <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>的 Proxy。 |
| video |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> Proxy 做為 物件,其中具有由 <xref:RemoteVideoStream>索引鍵的 <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id> 字段。 |
屬性詳細資料
callEndReason
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>的 Proxy。
callEndReason?: CallEndReason
屬性值
contentSharingStream
<xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>的 Proxy。
public contentSharingStream?: HTMLElement
屬性值
HTMLElement
displayName
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>的 Proxy。
displayName?: string
屬性值
string
identifier
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>的 Proxy。
identifier: CommunicationIdentifierKind
屬性值
isMuted
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>的 Proxy。
isMuted: boolean
屬性值
boolean
isSpeaking
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>的 Proxy。
isSpeaking: boolean
屬性值
boolean
mediaAccess
<xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>的 Proxy。
mediaAccess?: MediaAccessState
屬性值
raisedHand
<xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>的 Proxy。
raisedHand?: RaisedHandState
屬性值
reactionState
帶有UI輔助屬性receivedOn的 <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> 代理,它指示收到消息時的時間戳。
public reactionState?: ReactionState
屬性值
role
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>的 Proxy。
role?: ParticipantRole
屬性值
spotlight
<xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>的 Proxy。
spotlight?: SpotlightState
屬性值
state
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>的 Proxy。
state: RemoteParticipantState
屬性值
videoStreams
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> Proxy 做為 物件,其中具有由 <xref:RemoteVideoStream>索引鍵的 <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id> 字段。
videoStreams: {[key: number]: RemoteVideoStreamState}
屬性值
{[key: number]: RemoteVideoStreamState}