startCapture abstract method
- {ZegoScreenCaptureConfig? config,
- bool? inApp}
Start screen capture.
Available since: 3.1.0
Description: Start screen capture.
When to call: It can be called after the engine by createScreenCaptureSource has been initialized.
configScreen capture parameter configuration, only available on the iOS and Android platform.inAppin-app capture only, only available on the iOS platform.
Implementation
Future<void> startCapture({ZegoScreenCaptureConfig? config, bool? inApp});