hideShareInviteButton method
Hides or shows the share invite button. Requirements: 5.4
Implementation
CallSettingsBuilder hideShareInviteButton(bool hidden) {
_hideShareInviteButton = hidden;
return this;
}
Hides or shows the share invite button. Requirements: 5.4
CallSettingsBuilder hideShareInviteButton(bool hidden) {
_hideShareInviteButton = hidden;
return this;
}