![]() |
AvayaWebRTCConnectSDK
|
#import <AOConnectionListener.h>
Instance Methods | |
(void) | - interactionServiceConnecting |
(void) | - interactionServiceConnected |
(void) | - interactionServiceDisconnectedWithError: |
Describes methods that are implemented by the delegate of AOConnectionListener.
- (void) interactionServiceConnected |
Sent when the signalling path for an interaction is available.
- (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.
- (void) interactionServiceDisconnectedWithError: | (NSError *) | error |
Sent when the signalling path for an interaction has failed or is unavailable.
error. | An error object describing the failure. |