CallWithChatControlOptions interface
チャットエクスペリエンスでの通話のコントロールバーのカスタマイズオプション。
- Extends
プロパティ
| chat |
通話とチャットの複合コントロール バーのチャット ボタンを表示または非表示にします。 |
継承されたプロパティ
| camera |
通話中にカメラ ボタンを表示または非表示にする |
| captions |
通話中にキャプションを表示、非表示、または無効にします。 |
| devices |
通話中に[デバイスを表示または非表示]ボタン。 |
| display |
CallControlDisplayType 呼び出しコントロールの表示方法を変更します。
表示の種類 |
| dtmf |
複合コントロールバーのダイヤルパッドボタンを表示または非表示にします。 |
| end |
通話中に EndCall ボタンを表示または非表示にします。 |
| exit |
ローカル参加者がスポットライトされているときに、複合コントロールバーの出口スポットライトボタンを表示または非表示にします。 |
| gallery |
通話中にギャラリーコントロールを表示、非表示、または無効にするボタン。 |
| hold |
|
| microphone |
通話中に [マイク] ボタンを表示または非表示にします。 |
| more |
通話中に「詳細」ボタンを表示、非表示、または無効にします。 |
| on |
通話コントロールにカスタムボタンを挿入します。 |
| participants |
通話中に参加者を表示、非表示、または無効にするボタン。 |
| people |
複合コントロール バーの人物ボタンを表示または非表示にします。 |
| raise |
通話中に画面共有ボタンを表示、非表示、または無効にします。 |
| reaction |
通話中にリアクションボタンを表示、非表示、または無効にします。 |
| real |
通話中にリアルタイムのテキストを表示、非表示、または無効にします。 |
| screen |
通話中に画面共有ボタンを表示、非表示、または無効にします。 |
| teams |
ショー、会議、電話情報。 |
プロパティの詳細
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
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