onWarning method
发生警告回调
该回调方法表示 SDK 运行时出现了(网络或媒体相关的)警告。
通常情况下,SDK 上报的警告信息 App 可以忽略,SDK 会自动恢复。
Implementation
void onWarning(int code) {}
发生警告回调
该回调方法表示 SDK 运行时出现了(网络或媒体相关的)警告。
通常情况下,SDK 上报的警告信息 App 可以忽略,SDK 会自动恢复。
void onWarning(int code) {}