updateScreenCaptureParametersMobile abstract method

Future<void> updateScreenCaptureParametersMobile(
  1. ScreenCaptureParameters2 parameters
)

Updates the screen sharing configuration. This method is only available on Android and iOS.

Param parameters The configuration of the screen sharing. See ScreenCaptureParameters2 .

Implementation

Future<void> updateScreenCaptureParametersMobile(
    ScreenCaptureParameters2 parameters);