通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommonCallControlOptions type

调用体验中控件栏的自定义选项。

type CommonCallControlOptions = {
  cameraButton?: boolean | { disabled: boolean }
  captionsButton?: boolean
  devicesButton?: boolean | { disabled: boolean }
  displayType?: CallControlDisplayType
  dtmfDialerButton?: boolean | { disabled: boolean }
  endCallButton?:
    | boolean
    | {
        disableEndCallModal?: boolean
        hangUpForEveryone?: false | "endCallOptions"
      }
  exitSpotlightButton?: boolean
  galleryControlsButton?: boolean
  holdButton?: boolean | { disabled: boolean }
  microphoneButton?: boolean | { disabled: boolean }
  moreButton?: boolean
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[]
  participantsButton?: boolean | { disabled: boolean }
  peopleButton?: boolean | { disabled: boolean }
  raiseHandButton?: boolean | { disabled: boolean }
  reactionButton?: boolean | { disabled: boolean }
  realTimeTextButton?: boolean
  screenShareButton?: boolean | { disabled: boolean }
  teamsMeetingPhoneCallButton?: boolean
}