你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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:RemoteVideoStream> 字段由 <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>键。 |
属性详细信息
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:RemoteVideoStream> 字段由 <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>键。
videoStreams: {[key: number]: RemoteVideoStreamState}
属性值
{[key: number]: RemoteVideoStreamState}