Avaya Client Services API Reference (iOS)
Enumerations
CSConferenceRoomSystemStatus.h File Reference
#import <Foundation/Foundation.h>

Enumerations

enum  CSConferenceRoomSystemStatus {
  CSConferenceRoomSystemStatusUnknown,
  CSConferenceRoomSystemStatusAvailable,
  CSConferenceRoomSystemStatusBusy,
  CSConferenceRoomSystemStatusNotAllowed
}
 Enumeration representing conferencing room system's status. More...
 

Enumeration Type Documentation

Enumeration representing conferencing room system's status.

Enumerator
CSConferenceRoomSystemStatusUnknown 

The room system's status is unknown.

CSConferenceRoomSystemStatusAvailable 

The room system is available.

The user can initiate mobile link connection to this system.

CSConferenceRoomSystemStatusBusy 

The room system is busy.

Mobile link connection attempt will fail.

CSConferenceRoomSystemStatusNotAllowed 

The user is not allowed to connect to the room system.

Mobile link connection attempt will fail.