AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
com.alivc.live.pusher.AlivcLivePushErrorListener Class Referenceabstract

Live push error listener. More...

Public Member Functions

abstract void onSystemError (AlivcLivePusher livePusher, AlivcLivePushError error)
 
abstract void onSDKError (AlivcLivePusher livePusher, AlivcLivePushError error)
 

Detailed Description

Member Function Documentation

◆ onSDKError()

abstract void com.alivc.live.pusher.AlivcLivePushErrorListener.onSDKError ( AlivcLivePusher  livePusher,
AlivcLivePushError  error 
)
abstract

SDK error callback

Parameters
livePusherpusher instance
errorerror
Attention
Please handle abnormal or special situations according to the official website documentation:
See also
Handle errors, exceptions, and special cases

◆ onSystemError()

abstract void com.alivc.live.pusher.AlivcLivePushErrorListener.onSystemError ( AlivcLivePusher  livePusher,
AlivcLivePushError  error 
)
abstract

System error callback

Parameters
livePusherpusher instance
errorerror
Note
System error, it is recommended to stopPush and destroy
Attention
Please handle abnormal or special situations according to the official website documentation:
See also
Handle errors, exceptions, and special cases