hideRecordingButton method
Hides or shows the recording button.
Implementation
SessionSettingsBuilder hideRecordingButton(bool hide) {
_hideRecordingButton = hide;
return this;
}
Hides or shows the recording button.
SessionSettingsBuilder hideRecordingButton(bool hide) {
_hideRecordingButton = hide;
return this;
}