OnVideoDeviceWarningType typedef

OnVideoDeviceWarningType = void Function(String deviceId, VideoDeviceType deviceType, MediaDeviceWarning deviceWarning)

deviceId: Device ID

deviceType: Device type

deviceWarning: Device related warning code

Implementation

typedef OnVideoDeviceWarningType = void Function(String deviceId,
    VideoDeviceType deviceType, MediaDeviceWarning deviceWarning);