hideEndCallButton method

CallSettingsBuilder hideEndCallButton(
  1. bool hidden
)

Hides or shows the end call button.

Implementation

CallSettingsBuilder hideEndCallButton(bool hidden) {
  _hideEndCallButton = hidden;
  return this;
}