RemoteParticipantState interface
只限狀態版本的 <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>。 StatefulCallClient 會自動擷取 RemoteParticipants,並將其狀態新增至 statefulCallClient 所公開的狀態。
屬性
call |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>的 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。 |
state | <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>的 Proxy。 |
video |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> Proxy 做為 物件,其中具有由 <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>索引鍵的 <xref:RemoteVideoStream> 字段。 |
屬性詳細資料
callEndReason
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>的 Proxy。
callEndReason?: CallEndReason
屬性值
displayName
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>的 Proxy。
displayName?: string
屬性值
string
identifier
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>的 Proxy。
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind
屬性值
isMuted
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>的 Proxy。
isMuted: boolean
屬性值
boolean
isSpeaking
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>的 Proxy。
isSpeaking: boolean
屬性值
boolean
state
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>的 Proxy。
state: RemoteParticipantState
屬性值
videoStreams
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> Proxy 做為 物件,其中具有由 <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>索引鍵的 <xref:RemoteVideoStream> 字段。
videoStreams: {[key: number]: RemoteVideoStreamState}
屬性值
{[key: number]: RemoteVideoStreamState}