hideScreenSharingButton method

SessionSettingsBuilder hideScreenSharingButton(
  1. bool hide
)

Hides or shows the screen sharing button.

Implementation

SessionSettingsBuilder hideScreenSharingButton(bool hide) {
  _hideScreenSharingButton = hide;
  return this;
}