AlivcLivePusher_Interactive v6.17.0
Aliyun Live Pusher Interactive SDK API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
<AlivcLivePusherErrorDelegate> Protocol Reference

推流错误回调 More...

#include "AlivcLivePusher.h"

Inheritance diagram for <AlivcLivePusherErrorDelegate>:

Instance Methods

(void) - onSDKError:error:
 SDK错误回调
 
(void) - onSystemError:error:
 系统设备异常回调
 

Detailed Description

推流错误回调

Method Documentation

◆ onSDKError:error:

- (void) onSDKError: (AlivcLivePusher *)  pusher
error: (AlivcLivePushError *)  error 
required

SDK错误回调

Parameters
pusher推流引擎对象
error错误信息,AlivcLivePushError

◆ onSystemError:error:

- (void) onSystemError: (AlivcLivePusher *)  pusher
error: (AlivcLivePushError *)  error 
required

系统设备异常回调

Parameters
pusher推流引擎对象
error错误信息,参考 AlivcPusherErrorCode
Note
系统设备异常回调,需要销毁引擎重新尝试(stopPush & destory)。

The documentation for this protocol was generated from the following file: