Avaya Client Services API Reference (iOS)
Classes | Enumerations
CSConferenceMobileLink.h File Reference
#import <Foundation/Foundation.h>
#import "CSDataRetrievalWatcher.h"
#import "CSConferenceMobileLinkConnectionDetails.h"
#import <AvayaClientMedia/CSSpeakerDevice.h>

Classes

class  CSConferenceMobileLink
 Interface object representing mobile link feature of a conference call. More...
 
protocol  <CSConferenceMobileLinkDelegate>
 Describes methods that are implemented by the delegate of a CSConferenceMobileLink. More...
 

Enumerations

enum  CSConferenceMobileLinkConnectionStatus {
  CSConferenceMobileLinkNotConnected,
  CSConferenceMobileLinkConnecting,
  CSConferenceMobileLinkConnected,
  CSConferenceMobileLinkDisconnecting
}
 Enumeration represemting the mobile link connection status to a conference room system. More...
 

Enumeration Type Documentation

Enumeration represemting the mobile link connection status to a conference room system.

Enumerator
CSConferenceMobileLinkNotConnected 

Mobile link not connected.

CSConferenceMobileLinkConnecting 

Mobile link is connecting.

CSConferenceMobileLinkConnected 

Mobile link connection established.

CSConferenceMobileLinkDisconnecting 

Mobile link disconnecting.