Avaya Client Services API Reference (OS X)
Properties | List of all members
CSHTTPUserConfiguration Class Reference

Configuration information for a HttpSignalingEngine. More...

#import <CSHTTPUserConfiguration.h>

Inherits NSObject.

Properties

BOOL enabled
 A Boolean value indicating whether the HTTP provider is enabled. More...
 
NSArray * mediaEncryptionCipherList
 List of enabled ciphersuites for SRTP. More...
 
BOOL SRTCPEnabled
 A Boolean value indicating whether encryption is enabled for SRTCP. More...
 
CSHTTPClientConfigurationHTTPClientConfiguration
 Configuration information for HTTP Client data. More...
 
BOOL mediaTunnelingEnabled
 A Boolean value indicating whether the Media Tunneling is allowed by the configuration. More...
 
BOOL mediaTunnelingEnforced
 A Boolean value indicating whether the Media Tunneling is enforced by the configuration. More...
 
CSMediaTransportPreference voipCallingPreference
 VoIP Calling preference of user. More...
 
CSMediaAddressMode mediaAddressMode
 Indicates the IP address type preference to use while transporting media for HTTP calls from a dual stack client network. More...
 

Detailed Description

Configuration information for a HttpSignalingEngine.

Property Documentation

- (BOOL) enabled
readwritenonatomicassign

A Boolean value indicating whether the HTTP provider is enabled.

- (CSHTTPClientConfiguration*) HTTPClientConfiguration
readwritenonatomicstrong

Configuration information for HTTP Client data.

- (CSMediaAddressMode) mediaAddressMode
readwritenonatomicassign

Indicates the IP address type preference to use while transporting media for HTTP calls from a dual stack client network.

Currently IPv4 and IPv6 are the valid options supported by Client SDK. IPv4Then6 and IPv6Then4 are internally treated as IPv4 and IPv6 respectively for HTTP calls.

- (NSArray*) mediaEncryptionCipherList
readwritenonatomicstrong

List of enabled ciphersuites for SRTP.

- (BOOL) mediaTunnelingEnabled
readwritenonatomicassign

A Boolean value indicating whether the Media Tunneling is allowed by the configuration.

If media tunneling is allowed, Client SDK will try to tunnel audio/video data on ports 443/8443 upon failure of audio/video data connections on standard ports.

- (BOOL) mediaTunnelingEnforced
readwritenonatomicassign

A Boolean value indicating whether the Media Tunneling is enforced by the configuration.

Should be used only for testing purposes.

- (BOOL) SRTCPEnabled
readwritenonatomicassign

A Boolean value indicating whether encryption is enabled for SRTCP.

- (CSMediaTransportPreference) voipCallingPreference
readwritenonatomicassign

VoIP Calling preference of user.


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