共用方式為


RemoteParticipantState interface

僅限狀態版本的 <xref:%40azure%2Fcommunication-calling%23RemoteParticipant> 。 StatefulCallClient 會自動擷取 RemoteParticipants,並將其狀態新增至 StatefulCallClient公開的狀態。

屬性

callEndReason

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

displayName

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

identifier

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

isMuted

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

isSpeaking

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

state

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

videoStreams

<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

屬性值

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:RemoteVideoStream> 欄位是以 為索引鍵。 <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>

videoStreams: {[key: number]: RemoteVideoStreamState}

屬性值

{[key: number]: RemoteVideoStreamState}