onMobileScreenCaptureExceptionOccurred property

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

屏幕采集异常通知

支持版本:3.6.0 及以上。 详情描述:移动端屏幕采集错误通知。 通知时机:移动端屏幕开始采集后产生异常会触发此回调。 注意事项:调用接口 setEventHandler 设置后该回调才生效。 使用限制: 仅对 Android 系统生效。

  • exceptionType 采集源异常类型。

Implementation

static void Function(ZegoScreenCaptureExceptionType exceptionType)?
    onMobileScreenCaptureExceptionOccurred;