updateScreenCaptureRegion abstract method

Future<void> updateScreenCaptureRegion(
  1. Rectangle regionRect
)

Updates the screen sharing region.

Param regionRect The relative location of the screen-shared area to the screen or window. If you do not set this parameter, the SDK shares the whole screen or window. See Rectangle . If the specified region overruns the screen or window, the SDK shares only the region within it; if you set width or height as 0, the SDK shares the whole screen or window.

Implementation

Future<void> updateScreenCaptureRegion(Rectangle regionRect);