public interface AlivcLivePushErrorListener
限定符和类型 | 方法和说明 |
---|---|
void |
onSDKError(AlivcLivePusher livePusher,
AlivcLivePushError error)
SDK错误回调
|
void |
onSystemError(AlivcLivePusher livePusher,
AlivcLivePushError error)
系统错误回调
|
void onSystemError(AlivcLivePusher livePusher, AlivcLivePushError error)
livePusher
- AlivcLivePusher实例error
- 异常void onSDKError(AlivcLivePusher livePusher, AlivcLivePushError error)
livePusher
- AlivcLivePusher实例error
- 异常