共用方式為


CallWithChatAdapterState interface

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

Extends

繼承的屬性

call

目前呼叫的狀態。

chat

目前聊天的狀態。

devices

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

displayName

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

isLocalPreviewMicrophoneEnabled

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

isTeamsCall

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

latestCallErrors

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

latestChatErrors

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

page

複合的目前頁面。

userId

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

繼承的屬性詳細資料

call

目前呼叫的狀態。

call?: CallState

屬性值

繼承自CallWithChatClientState.call

chat

目前聊天的狀態。

chat?: ChatThreadClientState

屬性值

繼承自CallWithChatClientState.chat

devices

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

devices: DeviceManagerState

屬性值

繼承自CallWithChatClientState.devices

displayName

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

displayName: undefined | string

屬性值

undefined | string

繼承自CallWithChatClientState.displayName

isLocalPreviewMicrophoneEnabled

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

public isLocalPreviewMicrophoneEnabled: boolean

屬性值

boolean

繼承自CallWithChatAdapterUiState.isLocalPreviewMicrophoneEnabled

isTeamsCall

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

isTeamsCall: boolean

屬性值

boolean

繼承自CallWithChatClientState.isTeamsCall

latestCallErrors

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

latestCallErrors: AdapterErrors

屬性值

繼承自CallWithChatClientState.latestCallErrors

latestChatErrors

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

latestChatErrors: AdapterErrors

屬性值

繼承自CallWithChatClientState.latestChatErrors

page

複合的目前頁面。

public page: CallCompositePage

屬性值

繼承自CallWithChatAdapterUiState.page

userId

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

userId: CommunicationIdentifierKind

屬性值

繼承自CallWithChatClientState.userId