RemoteParticipantState interface
仅状态版本的 <xref:%40azure%2Fcommunication-calling%23RemoteParticipant>。 StatefulCallClient 将自动检索 RemoteParticipants 并将其状态添加到由 StatefulCallClient公开的状态。
属性
| call |
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.callEndReason>代理。 |
| content |
<xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>代理。 |
| 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>代理。 |
| media |
<xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>代理。 |
| raised |
<xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>代理。 |
| reaction |
带有 UI 辅助属性 receivedOn 的 <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> 代理,它指示收到消息时的时间戳。 |
| role | <xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>代理。 |
| spotlight | <xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>代理。 |
| 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
属性值
contentSharingStream
<xref:%40azure%2Fcommunication-calling%23Call.PPTLive.target>代理。
public contentSharingStream?: HTMLElement
属性值
HTMLElement
displayName
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.displayName>代理。
displayName?: string
属性值
string
identifier
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.identifier>代理。
identifier: CommunicationIdentifierKind
属性值
isMuted
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isMuted>代理。
isMuted: boolean
属性值
boolean
isSpeaking
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.isSpeaking>代理。
isSpeaking: boolean
属性值
boolean
mediaAccess
<xref:%40azure%2Fcommunication-calling%23Call.MediaAccessCallFeature.MediaAccess>代理。
mediaAccess?: MediaAccessState
属性值
raisedHand
<xref:%40azure%2Fcommunication-calling%23Call.RaisedHand.raisedHands>代理。
raisedHand?: RaisedHandState
属性值
reactionState
带有 UI 辅助属性 receivedOn 的 <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> 代理,它指示收到消息时的时间戳。
public reactionState?: ReactionState
属性值
role
<xref:%40azure%2Fcommunication-calling%23RemoteParticipant.role>代理。
role?: ParticipantRole
属性值
spotlight
<xref:%40azure%2Fcommunication-calling%23SpotlightCallFeature.spotlightedParticipants>代理。
spotlight?: SpotlightState
属性值
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}