Avaya Client Services API Reference (OS X)
Enumerations
CSMediaTransportPreference.h File Reference
#import <Foundation/Foundation.h>

Enumerations

enum  CSMediaTransportPreference {
  CSMediaTransportNoMedia = 0,
  CSMediaTransportAllTransports,
  CSMediaTransportWifiOnly
}
 The list of Media Transport network preferences. More...
 

Enumeration Type Documentation

The list of Media Transport network preferences.

This structure provides a list of choices based on the network type preference. A feature (i.e. VoIP calls, or video) can be enabled based on network connectivity. It is necessary to allow a feature to be enabled based on the preference of network connectivity. All Transports (enabled) and No Media (disabled are independent of network type. The WiFI only state is included to indicate that the feature is dependent on WiFi connectivity.

Enumerator
CSMediaTransportNoMedia 
CSMediaTransportAllTransports 
CSMediaTransportWifiOnly