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

Enumerations

enum  CSTransportType {
  CSTransportTypeAutomatic = 0,
  CSTransportTypeTLS = 1,
  CSTransportTypeTCP = 2,
  CSTransportTypeUDP = 3
}
 Transport type to use for a connection to a signaling server. More...
 

Enumeration Type Documentation

Transport type to use for a connection to a signaling server.

Enumerator
CSTransportTypeAutomatic 

The appropriate transport type will be discovered via DNS.

CSTransportTypeTLS 

Encrypted TLS.

CSTransportTypeTCP 

Unencrypted TCP.

CSTransportTypeUDP 

Unencrypted UDP.