次の方法で共有


CallWithChatAdapterState interface

CallWithChat State は、ステートフル チャット クライアントとステートフル 通話クライアントと、CallWithChat 複合のみに固有の状態の組み合わせです。

Extends

継承されたプロパティ

alternateCallerId

PSTN 通話の alternateCallerId

call

現在の呼び出しの状態。

chat

現在のチャットの状態。

deepNoiseSuppressionOnByDefault

ノイズ抑制をデフォルトでオンにするかどうかを追跡する状態。

devices

利用可能なデバイスと現在選択されているデバイスの状態

displayName

この CallWithChatAdapter を使用する参加者の表示名。

environmentInfo

システムアダプタの環境情報は、

hideAttendeeNames

チーム会議で出席者の名前を非表示にする

hideDeepNoiseSuppressionButton

ノイズ抑制ボタンを非表示にするかどうかを追跡する状態。

isLocalPreviewMicrophoneEnabled

通話が参加する前のマイクの状態。

isTeamsCall

アクティブな通話が Teams 相互運用機能呼び出しであるかどうかを示す状態

isTeamsMeeting

アクティブな通話が Teams 相互運用会議であるかどうかの状態

latestCallErrors

アダプターを介して実行された各操作で発生した最新の呼び出しエラー。

latestCallNotifications

アダプターを介して呼び出しクライアント状態で検出された最新の通話通知。

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

ノイズ抑制をデフォルトでオンにするかどうかを追跡する状態。

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

チーム会議で出席者の名前を非表示にする

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

アダプターを介して呼び出しクライアント状態で検出された最新の通話通知。

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から継承