public interface AlivcLivePushErrorListener
Modifier and Type | Method and Description |
---|---|
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
- 异常