|
Avaya Client Services API Reference (iOS)
|
Resources returned by Unified Portal. More...
#import <CSUnifiedPortalResources.h>
Inherits NSObject.
Instance Methods | |
| (instancetype) | - initWithAadsURL:bfcpUdpMinPort:bfcpUdpMaxPort:appCastURL:appCastCheckInterval:extraProperties:requestToJoinMeetingCapability: |
Properties | |
| NSURL * | aadsURL |
| The URL of Avaya Aura Device Services. More... | |
| NSUInteger | bfcpUdpMinPort |
| Specifies the lower limit of the UDP port range to be used by BFCP signaling channel. More... | |
| NSUInteger | bfcpUdpMaxPort |
| Specifies the upper limit of the UDP port range to be used by BFCP signaling channel. More... | |
| NSURL * | appCastURL |
| The URL of App Cast Service. More... | |
| NSTimeInterval | appCastCheckInterval |
| The client update checking interval. More... | |
| NSDictionary * | extraProperties |
| A dictionary of extra properties the application may be interested in. More... | |
| CSCapability * | requestToJoinMeetingCapability |
| Capability info indicating whether local user can request to join Meet-Me conference. More... | |
Resources returned by Unified Portal.
| - (instancetype) initWithAadsURL: | (NSURL *) | aadsURL | |
| bfcpUdpMinPort: | (NSUInteger) | bfcpUdpMinPort | |
| bfcpUdpMaxPort: | (NSUInteger) | bfcpUdpMaxPort | |
| appCastURL: | (NSURL *) | appCastURL | |
| appCastCheckInterval: | (NSTimeInterval) | appCastCheckInterval | |
| extraProperties: | (NSDictionary *) | extraProperties | |
| requestToJoinMeetingCapability: | (CSCapability *) | requestToJoinMeetingCapability | |
|
readnonatomiccopy |
The URL of Avaya Aura Device Services.
Shall be used to configure contact services when in Meet-me mode.
|
readwritenonatomicassign |
The client update checking interval.
|
readnonatomiccopy |
The URL of App Cast Service.
Meet-me client shall periodically check for software updates using this URL.
|
readwritenonatomicassign |
Specifies the upper limit of the UDP port range to be used by BFCP signaling channel.
Shall be used to populate BFCP configuration data when in Meet-me mode.
|
readwritenonatomicassign |
Specifies the lower limit of the UDP port range to be used by BFCP signaling channel.
Shall be used to populate BFCP configuration data when in Meet-me mode.
|
readnonatomicassign |
A dictionary of extra properties the application may be interested in.
Complex property values are JSON encoded strings.
|
readnonatomicassign |
Capability info indicating whether local user can request to join Meet-Me conference.
The capability returns not supported if the portal version provided in portal resource discovery older then configured minimum portal version.