hideRaiseHandButton method

SessionSettingsBuilder hideRaiseHandButton(
  1. bool hide
)

Hides or shows the raise hand button.

Implementation

SessionSettingsBuilder hideRaiseHandButton(bool hide) {
  _hideRaiseHandButton = hide;
  return this;
}