你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CallWithChatAdapterState interface
CallWithChat 状态是有状态聊天和有状态呼叫客户端的组合,其某些状态仅特定于 CallWithChat 复合。
- Extends
继承属性
call | 当前调用的状态。 |
chat | 当前聊天的状态。 |
devices | 可用和当前所选设备的状态 |
display |
使用此 CallWithChatAdapter 的参与者的显示名称。 |
is |
呼叫加入前的麦克风状态。 |
is |
活动呼叫是否为 Teams 互操作调用的状态 |
latest |
通过适配器执行的每个操作遇到最新调用错误。 |
latest |
通过适配器执行的每个操作遇到最新的聊天错误。 |
page | 复合的当前页。 |
user |
使用此 CallWithChatAdapter 的呼叫参与者的 ID。 |
继承属性详细信息
call
chat
devices
displayName
使用此 CallWithChatAdapter 的参与者的显示名称。
displayName: undefined | string
属性值
undefined | string
isLocalPreviewMicrophoneEnabled
呼叫加入前的麦克风状态。
public isLocalPreviewMicrophoneEnabled: boolean
属性值
boolean
继承自CallWithChatAdapterUiState.isLocalPreviewMicrophoneEnabled
isTeamsCall
latestCallErrors
通过适配器执行的每个操作遇到最新调用错误。
latestCallErrors: AdapterErrors
属性值
latestChatErrors
通过适配器执行的每个操作遇到最新的聊天错误。
latestChatErrors: AdapterErrors
属性值
page
userId
使用此 CallWithChatAdapter 的呼叫参与者的 ID。
userId: CommunicationIdentifierKind