hideScreenSharingButton method
Hides or shows the screen sharing button. Requirements: 5.4
Implementation
CallSettingsBuilder hideScreenSharingButton(bool hidden) {
_hideScreenSharingButton = hidden;
return this;
}
Hides or shows the screen sharing button. Requirements: 5.4
CallSettingsBuilder hideScreenSharingButton(bool hidden) {
_hideScreenSharingButton = hidden;
return this;
}