onMobileScreenCaptureExceptionOccurred property

(void Function(ZegoScreenCaptureExceptionType exceptionType)?) onMobileScreenCaptureExceptionOccurred
read / write

The callback triggered when a screen capture source exception occurred

Available since: 3.6.0 Description: The callback triggered when the mobile screen capture source exception occurred. Trigger: This callback is triggered when an exception occurs after the mobile screen capture started. Caution: The callback does not actually take effect until call setEventHandler to set. Restrictions: Only available on Android.

  • exceptionType Screen capture exception type.

Implementation

static void Function(ZegoScreenCaptureExceptionType exceptionType)?
    onMobileScreenCaptureExceptionOccurred;