AvayaWebRTCConnectSDK
<AOConnectionListenerDelegate> Protocol Reference

#import <AOConnectionListener.h>

Inheritance diagram for <AOConnectionListenerDelegate>:

Instance Methods

(void) - interactionServiceConnecting
 
(void) - interactionServiceConnected
 
(void) - interactionServiceDisconnectedWithError:
 

Detailed Description

Describes methods that are implemented by the delegate of AOConnectionListener.

Method Documentation

◆ interactionServiceConnected

- (void) interactionServiceConnected

Sent when the signalling path for an interaction is available.

◆ interactionServiceConnecting

- (void) interactionServiceConnecting

Sent when the signalling path for an interaction is attempting to reconnect after an outage. Expect limited call capabilities and the media path to remain active.

◆ interactionServiceDisconnectedWithError:

- (void) interactionServiceDisconnectedWithError: (NSError *)  error

Sent when the signalling path for an interaction has failed or is unavailable.

Parameters
error.An error object describing the failure.

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