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

Data that is common for a HTTP Client. More...

#import <CSHTTPClientConfiguration.h>

Inherits NSObject.

Properties

NSUInteger localVideoResponseTimeout
 Local video response timeout (in seconds) More...
 
NSUInteger responseTimeout
 How long to wait for a final server response on every outgoing call transaction (in seconds) More...
 
NSUInteger fastResponseTimeout
 How long to wait for a server response on every single network transaction (in seconds) More...
 
BOOL selectCodecBasedOnCallerPreferences
 Controls whether the codec selection on the answerer side is done based on the codec preferences of the calling UA or the answering UA. More...
 

Detailed Description

Data that is common for a HTTP Client.

Property Documentation

- (NSUInteger) fastResponseTimeout
readwritenonatomicassign

How long to wait for a server response on every single network transaction (in seconds)

- (NSUInteger) localVideoResponseTimeout
readwritenonatomicassign

Local video response timeout (in seconds)

- (NSUInteger) responseTimeout
readwritenonatomicassign

How long to wait for a final server response on every outgoing call transaction (in seconds)

- (BOOL) selectCodecBasedOnCallerPreferences
readwritenonatomicassign

Controls whether the codec selection on the answerer side is done based on the codec preferences of the calling UA or the answering UA.

By default, a common codec is selected based on the preferences of the calling UA.


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