hideScreenSharingButton method
Hides or shows the screen sharing button.
Implementation
SessionSettingsBuilder hideScreenSharingButton(bool hide) {
_hideScreenSharingButton = hide;
return this;
}
Hides or shows the screen sharing button.
SessionSettingsBuilder hideScreenSharingButton(bool hide) {
_hideScreenSharingButton = hide;
return this;
}