hideParticipantListButton method
Hides or shows the participant list button.
Implementation
CallSettingsBuilder hideParticipantListButton(bool hidden) {
_hideParticipantListButton = hidden;
return this;
}
Hides or shows the participant list button.
CallSettingsBuilder hideParticipantListButton(bool hidden) {
_hideParticipantListButton = hidden;
return this;
}