showRecordingButton method
Shows or hides the recording button. Requirements: 5.3
Implementation
CallSettingsBuilder showRecordingButton(bool show) {
_hideRecordingButton = !show;
return this;
}
Shows or hides the recording button. Requirements: 5.3
CallSettingsBuilder showRecordingButton(bool show) {
_hideRecordingButton = !show;
return this;
}