startScreenCapture method
Start screen capture
Implementation
Future<int> startScreenCapture($p.ScreenMediaType type) async {
return await byteRTCHelper.startScreenCapture(type);
}
Start screen capture
Future<int> startScreenCapture($p.ScreenMediaType type) async {
return await byteRTCHelper.startScreenCapture(type);
}