次の方法で共有


CallWithChatControlOptions interface

チャットエクスペリエンスでの通話のコントロールバーのカスタマイズオプション。

Extends

プロパティ

chatButton

通話とチャットの複合コントロール バーのチャット ボタンを表示または非表示にします。

継承されたプロパティ

cameraButton

通話中にカメラ ボタンを表示または非表示にする

captionsButton

通話中にキャプションを表示、非表示、または無効にします。

devicesButton

通話中に[デバイスを表示または非表示]ボタン。

displayType

CallControlDisplayType 呼び出しコントロールの表示方法を変更します。 表示の種類 'compact' ボタンのサイズが小さくなり、ラベルが非表示になります。

dtmfDialerButton

複合コントロールバーのダイヤルパッドボタンを表示または非表示にします。

endCallButton

通話中に EndCall ボタンを表示または非表示にします。

exitSpotlightButton

ローカル参加者がスポットライトされているときに、複合コントロールバーの出口スポットライトボタンを表示または非表示にします。

galleryControlsButton

通話中にギャラリーコントロールを表示、非表示、または無効にするボタン。

holdButton
microphoneButton

通話中に [マイク] ボタンを表示または非表示にします。

moreButton

通話中に「詳細」ボタンを表示、非表示、または無効にします。

onFetchCustomButtonProps

通話コントロールにカスタムボタンを挿入します。

participantsButton

通話中に参加者を表示、非表示、または無効にするボタン。

peopleButton

複合コントロール バーの人物ボタンを表示または非表示にします。

raiseHandButton

通話中に画面共有ボタンを表示、非表示、または無効にします。

reactionButton

通話中にリアクションボタンを表示、非表示、または無効にします。

realTimeTextButton

通話中にリアルタイムのテキストを表示、非表示、または無効にします。

screenShareButton

通話中に画面共有ボタンを表示、非表示、または無効にします。

teamsMeetingPhoneCallButton

ショー、会議、電話情報。

プロパティの詳細

chatButton

通話とチャットの複合コントロール バーのチャット ボタンを表示または非表示にします。

chatButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承されたプロパティの詳細

cameraButton

通話中にカメラ ボタンを表示または非表示にする

cameraButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.cameraButton

captionsButton

通話中にキャプションを表示、非表示、または無効にします。

captionsButton?: boolean

プロパティ値

boolean

継承元 CommonCallControlOptions.captionsButton

devicesButton

通話中に[デバイスを表示または非表示]ボタン。

devicesButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.devicesButton

displayType

CallControlDisplayType 呼び出しコントロールの表示方法を変更します。 表示の種類 'compact' ボタンのサイズが小さくなり、ラベルが非表示になります。

displayType?: CallControlDisplayType

プロパティ値

注釈

複合 formFactor'mobile'に設定されている場合、コントロール バーでは常にコンパクト ビューが使用されます。

継承元 CommonCallControlOptions.displayType

dtmfDialerButton

複合コントロールバーのダイヤルパッドボタンを表示または非表示にします。

dtmfDialerButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.dtmfDialerButton

endCallButton

通話中に EndCall ボタンを表示または非表示にします。

endCallButton?: boolean | { disableEndCallModal?: boolean, hangUpForEveryone?: false | "endCallOptions" }

プロパティ値

boolean | { disableEndCallModal?: boolean, hangUpForEveryone?: false | "endCallOptions" }

継承元 CommonCallControlOptions.endCallButton

exitSpotlightButton

ローカル参加者がスポットライトされているときに、複合コントロールバーの出口スポットライトボタンを表示または非表示にします。

exitSpotlightButton?: boolean

プロパティ値

boolean

継承元 CommonCallControlOptions.exitSpotlightButton

galleryControlsButton

通話中にギャラリーコントロールを表示、非表示、または無効にするボタン。

galleryControlsButton?: boolean

プロパティ値

boolean

継承元 CommonCallControlOptions.galleryControlsButton

holdButton

holdButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.holdButton

microphoneButton

通話中に [マイク] ボタンを表示または非表示にします。

microphoneButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.microphoneButton

moreButton

通話中に「詳細」ボタンを表示、非表示、または無効にします。

moreButton?: boolean

プロパティ値

boolean

継承元 CommonCallControlOptions.moreButton

onFetchCustomButtonProps

通話コントロールにカスタムボタンを挿入します。

onFetchCustomButtonProps?: CustomCallControlButtonCallback[]

プロパティ値

継承元 CommonCallControlOptions.onFetchCustomButtonProps

participantsButton

通話中に参加者を表示、非表示、または無効にするボタン。

participantsButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.participantsButton

peopleButton

複合コントロール バーの人物ボタンを表示または非表示にします。

peopleButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.peopleButton (英語)

raiseHandButton

通話中に画面共有ボタンを表示、非表示、または無効にします。

raiseHandButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.raiseHandButton

reactionButton

通話中にリアクションボタンを表示、非表示、または無効にします。

reactionButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.reactionButton

realTimeTextButton

通話中にリアルタイムのテキストを表示、非表示、または無効にします。

realTimeTextButton?: boolean

プロパティ値

boolean

継承元 CommonCallControlOptions.realTimeTextButton

screenShareButton

通話中に画面共有ボタンを表示、非表示、または無効にします。

screenShareButton?: boolean | { disabled: boolean }

プロパティ値

boolean | { disabled: boolean }

継承元 CommonCallControlOptions.screenShareButton

teamsMeetingPhoneCallButton

ショー、会議、電話情報。

teamsMeetingPhoneCallButton?: boolean

プロパティ値

boolean

継承元 CommonCallControlOptions.teamsMeetingPhoneCallButton