startScreenCapture abstract method

Future<int?> startScreenCapture(
  1. ScreenMediaType type
)

Starts capturing screen sharing streams with the internal capturing module of th RTC SDK.

Return value:

Notes:

Implementation

Future<int?> startScreenCapture(ScreenMediaType type);