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