hideRaiseHandButton method
Hides or shows the raise hand button.
Implementation
CallSettingsBuilder hideRaiseHandButton(bool hidden) {
_hideRaiseHandButton = hidden;
return this;
}
Hides or shows the raise hand button.
CallSettingsBuilder hideRaiseHandButton(bool hidden) {
_hideRaiseHandButton = hidden;
return this;
}