hideRecordingButton method

SessionSettingsBuilder hideRecordingButton(
  1. bool hide
)

Hides or shows the recording button.

Implementation

SessionSettingsBuilder hideRecordingButton(bool hide) {
  _hideRecordingButton = hide;
  return this;
}