showSwitchCameraButton method

CallSettingsBuilder showSwitchCameraButton(
  1. bool show
)

Shows or hides the switch camera button. Requirements: 5.3

Implementation

CallSettingsBuilder showSwitchCameraButton(bool show) {
  _hideCameraSourceToggleButton = !show;
  return this;
}