showSwitchCameraButton method
Shows or hides the switch camera button. Requirements: 5.3
Implementation
CallSettingsBuilder showSwitchCameraButton(bool show) {
_hideCameraSourceToggleButton = !show;
return this;
}
Shows or hides the switch camera button. Requirements: 5.3
CallSettingsBuilder showSwitchCameraButton(bool show) {
_hideCameraSourceToggleButton = !show;
return this;
}