hideParticipantListButton method

CallSettingsBuilder hideParticipantListButton(
  1. bool hidden
)

Hides or shows the participant list button.

Implementation

CallSettingsBuilder hideParticipantListButton(bool hidden) {
  _hideParticipantListButton = hidden;
  return this;
}