setScreenshareVisibility method

Future<void> setScreenshareVisibility(
  1. bool visible
)

Sets visibility in screenshares.

  • visible: Whether the window should be visible in captures.

Implementation

Future<void> setScreenshareVisibility(bool visible) {
  throw UnimplementedError('setScreenshareVisibility() has not been implemented.');
}