onWarning property

OnWarningType? onWarning
getter/setter pair

Callbacks when warning occurs.

This callback indicates that a (network or media-related) warning has occurred while the SDK is running. Normally, the warning message can be ignored and the SDK will automatically recover.

Implementation

OnWarningType? onWarning;