onCaptureTypeExceptionOccurred property

(void Function(ZegoScreenCaptureSource source, ZegoScreenCaptureSourceType sourceType, ZegoScreenCaptureSourceExceptionType exceptionType)?) onCaptureTypeExceptionOccurred
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.

  • source Callback screen capture source object.
  • sourceType Capture source type.
  • exceptionType Capture source exception type.

Implementation

static void Function(
        ZegoScreenCaptureSource source,
        ZegoScreenCaptureSourceType sourceType,
        ZegoScreenCaptureSourceExceptionType exceptionType)?
    onCaptureTypeExceptionOccurred;