onCaptureTypeExceptionOccurred property
getter/setter pair
The callback triggered when a screen capture source capture type exception occurred
Available since: 3.21.0
Description: The callback triggered when a screen capture source capture type exception occurred.
Trigger: This callback is triggered when an exception occurs after the screen start capture.
Caution: The callback does not actually take effect until call setEventHandler to set.
Restrictions: Only available on Windows/macOS.
sourceCallback screen capture source object.sourceTypeCapture source type.exceptionTypeCapture source exception type.
Implementation
static void Function(
ZegoScreenCaptureSource source,
ZegoScreenCaptureSourceType sourceType,
ZegoScreenCaptureSourceExceptionType exceptionType)?
onCaptureTypeExceptionOccurred;