|
Avaya Client Services API Reference (iOS)
|
Configuration information for ACS. More...
#import <CSACSConfiguration.h>
Inherits NSObject.
Properties | |
| BOOL | enabled |
| A Boolean value indicating whether the ACS provider is enabled. More... | |
| CSServerInfo * | server |
| The signaling server to connect with. More... | |
| id< CSCredentialProvider > | credentialProvider |
| The credential provider. More... | |
| NSURL * | serverURL |
| The URL of the server to connect with. More... | |
| NSTimeInterval | initialReconnectInterval |
| The initial time interval between a connection failure and a reconnect attempt. More... | |
| NSTimeInterval | maxReconnectInterval |
| The maximum time interval between a connection failure and a reconnect attempt. More... | |
Configuration information for ACS.
|
readwritenonatomicweak |
The credential provider.
|
readwritenonatomicassign |
A Boolean value indicating whether the ACS provider is enabled.
|
readwritenonatomicassign |
The initial time interval between a connection failure and a reconnect attempt.
If connection attempts continue to fail the reconnect interval will be progressively extended using a backoff algorithm based on this initial reconnect interval. The default is 2 seconds.
Set to zero to disable automatic reconnection attempts. Values < 0 or > 65535 are ignored.
|
readwritenonatomicassign |
The maximum time interval between a connection failure and a reconnect attempt.
The default is 1800 seconds. Values < 0 or > 65535 are ignored.
|
readwritenonatomicstrong |
The signaling server to connect with.
|
readwritenonatomiccopy |
The URL of the server to connect with.
CSServerInfo will be ignored if this URL is specified.