AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
AlivcLivePushErrorListener.java
1 package com.alivc.live.pusher;
2 
3 
12 @Visible
13 public interface AlivcLivePushErrorListener {
14 
21  void onSystemError(AlivcLivePusher livePusher, AlivcLivePushError error);
22 
29  void onSDKError(AlivcLivePusher livePusher, AlivcLivePushError error);
30 }
Live pusher abstract class.
void onSDKError(AlivcLivePusher livePusher, AlivcLivePushError error)
void onSystemError(AlivcLivePusher livePusher, AlivcLivePushError error)