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%23RemoteVideoStream.id>によってキー指定された <xref:RemoteVideoStream> フィールドを持つオブジェクトとしての <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> のプロキシ。 |
プロパティの詳細
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%23RemoteVideoStream.id>によってキー指定された <xref:RemoteVideoStream> フィールドを持つオブジェクトとしての <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.videoStreams> のプロキシ。
videoStreams: {[key: number]: RemoteVideoStreamState}
プロパティ値
{[key: number]: RemoteVideoStreamState}