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

CallWithChatClientState interface

来自驱动 CallWithChatComposite的后端服务的状态。

属性

alternateCallerId

PSTN 呼叫的 alternateCallerId

call

当前调用的状态。

chat

当前聊天的状态。

deepNoiseSuppressionOnByDefault

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

devices

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

displayName

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

environmentInfo

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

hideAttendeeNames

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

hideDeepNoiseSuppressionButton

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

isTeamsCall

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

isTeamsMeeting

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

latestCallErrors

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

latestCallNotifications

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

latestChatErrors

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

onResolveDeepNoiseSuppressionDependency

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

onResolveVideoEffectDependency

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

reactions

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

selectedVideoBackgroundEffect

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

userId

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

videoBackgroundImages

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

属性详细信息

alternateCallerId

PSTN 呼叫的 alternateCallerId

alternateCallerId?: string

属性值

string

call

当前调用的状态。

call?: CallState

属性值

chat

当前聊天的状态。

chat?: ChatThreadClientState

属性值

deepNoiseSuppressionOnByDefault

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

deepNoiseSuppressionOnByDefault?: boolean

属性值

boolean

devices

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

devices: DeviceManagerState

属性值

displayName

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

displayName: undefined | string

属性值

undefined | string

environmentInfo

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

environmentInfo?: EnvironmentInfo

属性值

hideAttendeeNames

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

hideAttendeeNames?: boolean

属性值

boolean

hideDeepNoiseSuppressionButton

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

hideDeepNoiseSuppressionButton?: boolean

属性值

boolean

isTeamsCall

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

isTeamsCall: boolean

属性值

boolean

isTeamsMeeting

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

isTeamsMeeting: boolean

属性值

boolean

latestCallErrors

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

latestCallErrors: AdapterErrors

属性值

latestCallNotifications

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

latestCallNotifications: AdapterNotifications

属性值

latestChatErrors

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

latestChatErrors: AdapterErrors

属性值

onResolveDeepNoiseSuppressionDependency

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

onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>

属性值

() => Promise<DeepNoiseSuppressionEffectDependency>

onResolveVideoEffectDependency

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

onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>

属性值

() => Promise<VideoBackgroundEffectsDependency>

reactions

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

reactions?: ReactionResources

属性值

selectedVideoBackgroundEffect

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

selectedVideoBackgroundEffect?: VideoBackgroundEffect

属性值

userId

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

userId: CommunicationIdentifierKind

属性值

videoBackgroundImages

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

videoBackgroundImages?: VideoBackgroundImage[]

属性值