RemoteParticipantState interface
の状態のみのバージョン <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>。 StatefulCallClient は、RemoteParticipants を自動的に取得し、その状態を StatefulCallClient によって公開される状態に追加します。
プロパティ
call |
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>プロキシ。 |
display |
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>プロキシ。 |
identifier | の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>プロキシ。 |
is |
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>プロキシ。 |
is |
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>プロキシ。 |
state | の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>プロキシ。 |
video |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams>によってキーが設定された<xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>フィールドを持つ <xref:RemoteVideoStream> オブジェクトとしての のプロキシ。 |
プロパティの詳細
callEndReason
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>プロキシ。
callEndReason?: CallEndReason
プロパティ値
displayName
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>プロキシ。
displayName?: string
プロパティ値
string
identifier
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>プロキシ。
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind
プロパティ値
isMuted
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>プロキシ。
isMuted: boolean
プロパティ値
boolean
isSpeaking
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>プロキシ。
isSpeaking: boolean
プロパティ値
boolean
state
の <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.state>プロキシ。
state: RemoteParticipantState
プロパティ値
videoStreams
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams>によってキーが設定された<xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>フィールドを持つ <xref:RemoteVideoStream> オブジェクトとしての のプロキシ。
videoStreams: {[key: number]: RemoteVideoStreamState}
プロパティ値
{[key: number]: RemoteVideoStreamState}