onLocalDeviceExceptionOccurred property
getter/setter pair
本地设备异常通知。
支持版本:2.15.0 及以上。 详情描述:本地设备异常。 通知时机:当本地音频或视频设备功能出现异常时会触发此回调。
exceptionType
设备异常类型。deviceType
发生异常的设备类型。deviceID
设备 ID。目前仅支持桌面端设备,用于标识具体的设备;对于移动端设备,此参数将返回空字符串。
Implementation
static void Function(
ZegoDeviceExceptionType exceptionType,
ZegoDeviceType deviceType,
String deviceID)? onLocalDeviceExceptionOccurred;