hideRaiseHandButton method

CallSettingsBuilder hideRaiseHandButton(
  1. bool hidden
)

Hides or shows the raise hand button.

Implementation

CallSettingsBuilder hideRaiseHandButton(bool hidden) {
  _hideRaiseHandButton = hidden;
  return this;
}