startScreenCapture method
启动屏幕分享
Implementation
Future<int> startScreenCapture($p.ScreenMediaType type) async {
return await byteRTCHelper.startScreenCapture(type);
}
启动屏幕分享
Future<int> startScreenCapture($p.ScreenMediaType type) async {
return await byteRTCHelper.startScreenCapture(type);
}