共用方式為


CallWithChatAdapterState interface

CallWithChat State 是具狀態聊天和具狀態通話客戶端的組合,只有 CallWithChat 複合的特定狀態。

Extends

繼承的屬性

alternateCallerId

PSTN 呼叫的alternateCallerId

call

目前呼叫的狀態。

chat

目前聊天的狀態。

deepNoiseSuppressionOnByDefault

State 來跟蹤預設情況下是否應啟用雜訊抑制。

devices

可用和目前選取裝置的狀態

displayName

使用此 CallWithChatAdapter 顯示參與者的名稱。

environmentInfo

系統適配器的環境資訊是在

hideAttendeeNames

在 Teams 會議中隱藏出席者姓名

hideDeepNoiseSuppressionButton

狀態 以跟蹤是否隱藏雜訊抑制按鈕。

isLocalPreviewMicrophoneEnabled

通話加入前的麥克風狀態。

isTeamsCall

作用中通話是否為Teams Interop呼叫的狀態

isTeamsMeeting

活動呼叫是否為Teams互作會議的狀態

latestCallErrors

透過配接器執行的每個作業發生最新的呼叫錯誤。

latestCallNotifications

通過適配器在 Call Client 狀態中遇到的最新呼叫通知。

latestChatErrors

透過配接器執行的每個作業發生最新的聊天錯誤。

onResolveDeepNoiseSuppressionDependency

為實現深度雜訊抑制效果而注入的依賴性。

onResolveVideoEffectDependency

要為視頻背景效果注入的依賴項

page

複合的目前頁面。

reactions

要在會議中呈現的反應資源

selectedVideoBackgroundEffect

狀態以跟蹤選定的視頻背景效果

userId

使用此 CallWithChatAdapter 的通話參與者標識碼。

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 Interop呼叫的狀態

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 的通話參與者標識碼。

userId: CommunicationIdentifierKind

屬性值

繼承自CallWithChatClientState.userId

videoBackgroundImages

背景替換效果的預設背景圖像集

videoBackgroundImages?: VideoBackgroundImage[]

屬性值

繼承自CallWithChatClientState.videoBackgroundImages