AvayaWebRTCConnectSDK
AOConfiguration Class Reference

#import <AOConfiguration.h>

Inheritance diagram for AOConfiguration:

Properties

NSString * restUrl
 
NSString * port
 
BOOL isSecure
 
NSString * urlPath
 

Property Documentation

◆ isSecure

- (BOOL) isSecure
readwritenonatomicassign

If true, connect to the AvayaMobileCommunications Breeze cluster using HTTPS. If false, uses HTTP.

◆ port

- (NSString*) port
readwritenonatomicassign

The port number used to contact Breeze cluster hosting AvayaMobileCommunications.

◆ restUrl

- (NSString*) restUrl
readwritenonatomicassign

The FQDN used to contact the Breeze cluster hosting AvayaMobileCommunications.

◆ urlPath

- (NSString*) urlPath
readwritenonatomicassign

Optional. This allows the AvayaMobileCommunications REST url to be customised in the format : http(s)://restUrl:port/{urlPath} If not set the url defaults to http(s)://restFQDN:port/services/AvayaMobileCommunications/sessions.


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