你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CallWithChatAdapterState interface

CallWithChat State 是有状态聊天和有状态呼叫客户端的组合,其状态仅特定于 CallWithChat 复合。

扩展

继承属性

alternateCallerId

PSTN 呼叫的 alternateCallerId

call

当前调用的状态。

chat

当前聊天的状态。

deepNoiseSuppressionOnByDefault

State 来跟踪默认情况下是否应启用噪声抑制。

devices

可用和当前所选设备的状态

displayName

使用此 CallWithChatAdapter 显示参与者的名称。

environmentInfo

系统适配器的环境信息是在

hideAttendeeNames

在 Teams 会议中隐藏与会者姓名

hideDeepNoiseSuppressionButton

状态 以跟踪是否隐藏噪声抑制按钮。

isLocalPreviewMicrophoneEnabled

呼叫加入前的麦克风状态。

isTeamsCall

活动呼叫是否为 Teams 互作调用的状态

isTeamsMeeting

活动呼叫是否为 Teams 互作会议的状态

latestCallErrors

通过适配器执行的每个作遇到最新的调用错误。

latestCallNotifications

通过适配器在 Call Client 状态中遇到的最新呼叫通知。

latestChatErrors

通过适配器执行的每个作遇到的最新聊天错误。

onResolveDeepNoiseSuppressionDependency

为实现深度噪声抑制效果而注入的依赖性。

onResolveVideoEffectDependency

要为视频背景效果注入的依赖项

page

复合的当前页。

reactions

要在会议中呈现的反应资源

selectedVideoBackgroundEffect

状态以跟踪选定的视频背景效果

userId

使用此 CallWithChatAdapter 的呼叫参与者的 ID。

videoBackgroundImages

背景替换效果的默认背景图像集

继承属性详细信息

alternateCallerId

PSTN 呼叫的 alternateCallerId

alternateCallerId?: string

属性值

string

继承自CallWithChatClientState.alternateCallerId

call

当前调用的状态。

call?: CallState

属性值

继承自CallWithChatClientState.call

chat

当前聊天的状态。

chat?: ChatThreadClientState

属性值

继承自 CallWithChatClientState.chat

deepNoiseSuppressionOnByDefault

State 来跟踪默认情况下是否应启用噪声抑制。

deepNoiseSuppressionOnByDefault?: boolean

属性值

boolean

继承自CallWithChatClientState.deepNoiseSuppressionOnByDefault

devices

可用和当前所选设备的状态

devices: DeviceManagerState

属性值

继承自 CallWithChatClientState.devices

displayName

使用此 CallWithChatAdapter 显示参与者的名称。

displayName: undefined | string

属性值

undefined | string

继承自 CallWithChatClientState.displayName

environmentInfo

系统适配器的环境信息是在

environmentInfo?: EnvironmentInfo

属性值

继承自CallWithChatClientState.environmentInfo

hideAttendeeNames

在 Teams 会议中隐藏与会者姓名

hideAttendeeNames?: boolean

属性值

boolean

继承自CallWithChatClientState.hideAttendeeNames

hideDeepNoiseSuppressionButton

状态 以跟踪是否隐藏噪声抑制按钮。

hideDeepNoiseSuppressionButton?: boolean

属性值

boolean

继承自CallWithChatClientState.hideDeepNoiseSuppressionButton

isLocalPreviewMicrophoneEnabled

呼叫加入前的麦克风状态。

public isLocalPreviewMicrophoneEnabled: boolean

属性值

boolean

继承自CallWithChatAdapterUiState.isLocalPreviewMicrophoneEnabled

isTeamsCall

活动呼叫是否为 Teams 互作调用的状态

isTeamsCall: boolean

属性值

boolean

继承自 CallWithChatClientState.isTeamsCall

isTeamsMeeting

活动呼叫是否为 Teams 互作会议的状态

isTeamsMeeting: boolean

属性值

boolean

继承自CallWithChatClientState.isTeamsMeeting

latestCallErrors

通过适配器执行的每个作遇到最新的调用错误。

latestCallErrors: AdapterErrors

属性值

继承自 CallWithChatClientState.latestCallErrors

latestCallNotifications

通过适配器在 Call Client 状态中遇到的最新呼叫通知。

latestCallNotifications: AdapterNotifications

属性值

继承自CallWithChatClientState.latestCallNotifications

latestChatErrors

通过适配器执行的每个作遇到的最新聊天错误。

latestChatErrors: AdapterErrors

属性值

继承自CallWithChatClientState.latestChatErrors

onResolveDeepNoiseSuppressionDependency

为实现深度噪声抑制效果而注入的依赖性。

onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>

属性值

() => Promise<DeepNoiseSuppressionEffectDependency>

继承自CallWithChatClientState.onResolveDeepNoiseSuppressionDependency

onResolveVideoEffectDependency

要为视频背景效果注入的依赖项

onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>

属性值

() => Promise<VideoBackgroundEffectsDependency>

继承自CallWithChatClientState.onResolveVideoEffectDependency

page

复合的当前页。

public page: CallCompositePage

属性值

继承自 CallWithChatAdapterUiState.page

reactions

要在会议中呈现的反应资源

reactions?: ReactionResources

属性值

继承自CallWithChatClientState.reactions

selectedVideoBackgroundEffect

状态以跟踪选定的视频背景效果

selectedVideoBackgroundEffect?: VideoBackgroundEffect

属性值

继承自CallWithChatClientState.selectedVideoBackgroundEffect

userId

使用此 CallWithChatAdapter 的呼叫参与者的 ID。

userId: CommunicationIdentifierKind

属性值

继承自CallWithChatClientState.userId

videoBackgroundImages

背景替换效果的默认背景图像集

videoBackgroundImages?: VideoBackgroundImage[]

属性值

继承自CallWithChatClientState.videoBackgroundImages