setScreenCaptureScenario abstract method

Future<void> setScreenCaptureScenario(
  1. ScreenScenarioType screenScenario
)

Sets the screen sharing scenario. When you start screen sharing or window sharing, you can call this method to set the screen sharing scenario. The SDK adjusts the video quality and experience of the sharing according to the scenario.

Param screenScenario The screen sharing scenario.

Implementation

Future<void> setScreenCaptureScenario(ScreenScenarioType screenScenario);