Freigeben über


CallControlOptions type

Anpassungsoptionen für die Steuerungsleiste in der Anrufumgebung.

type CallControlOptions = {
  cameraButton?: boolean
  devicesButton?: boolean
  displayType?: CallControlDisplayType
  endCallButton?: boolean
  microphoneButton?: boolean
  participantsButton?: boolean | { disabled: boolean }
  screenShareButton?: boolean | { disabled: boolean }
}