Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSConferenceMobileLinkDelegate> Protocol Reference

Describes methods that are implemented by the delegate of a CSConferenceMobileLink. More...

#import <CSConferenceMobileLink.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - conferenceMobileLink:didConnect:
 Called when the mobile link connection is established. More...
 
(void) - conferenceMobileLink:didDisconnect:
 Called when the mobile link connection is over. More...
 

Detailed Description

Describes methods that are implemented by the delegate of a CSConferenceMobileLink.

Method Documentation

- (void) conferenceMobileLink: (CSConferenceMobileLink *)  conferenceMobileLink
didConnect: (CSConferenceMobileLinkConnectionDetails *)  conferenceMobileLinkConnectionDetails 

Called when the mobile link connection is established.

Parameters
conferenceMobileLinkThe mobileLink object that has connected to a room system.
conferenceMobileLinkConnectionDetailsThe connection details.
- (void) conferenceMobileLink: (CSConferenceMobileLink *)  conferenceMobileLink
didDisconnect: (BOOL)  endedRemotely 

Called when the mobile link connection is over.

Parameters
conferenceMobileLinkThe mobileLink object that has connected to a room system.
endedRemotelyFlag indicating whether mobile link connection was ended by the server, or by the local user.

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