hideEndCallButton method
Hides or shows the end call button.
Implementation
CallSettingsBuilder hideEndCallButton(bool hidden) {
_hideEndCallButton = hidden;
return this;
}
Hides or shows the end call button.
CallSettingsBuilder hideEndCallButton(bool hidden) {
_hideEndCallButton = hidden;
return this;
}