AlivcLivePusher  v6.17.0
Aliyun Live Pusher API Reference Manual for iOS Platforms
<AlivcLivePusherErrorDelegate> Protocol Reference

Live pusher engine error callbacks. More...

Inheritance diagram for <AlivcLivePusherErrorDelegate>:

Instance Methods

(void) - onSDKError:error:
 The SDK error callback. More...
 
(void) - onSystemError:error:
 The system error callback. More...
 

Detailed Description

Live pusher engine error callbacks.

Method Documentation

◆ onSDKError:error:

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

The SDK error callback.

Parameters
pusherThe live pusher engine object
errorThe error message AlivcLivePushError

◆ onSystemError:error:

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

The system error callback.

Parameters
pusherThe live pusher engine object
errorThe error message AlivcLivePushError

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