updateScreenCaptureConfig abstract method
- ZegoScreenCaptureConfig config
Update screen capture parameter configuration.
Available since: 3.1.0
Description: Update screen capture parameter configuration.
When to call: After calling startScreenCapture
to start capturing.
Restrictions: Only valid for iOS system. Only available on iOS 12.0 or newer
config
Screen capture parameter configuration.
Implementation
Future<void> updateScreenCaptureConfig(ZegoScreenCaptureConfig config);