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

Meeting info returned by Unified Portal. More...

#import <CSUnifiedPortalMeetingInfo.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithPortalToken:serviceGatewayURL:uccpURL:mediaType:webCollaborationServiceEnabled:extraProperties:
 

Properties

NSString * portalToken
 Correlation token provided by Unified Portal. More...
 
NSURL * serviceGatewayURL
 The Service Gateway (ESG) URL. More...
 
NSURL * uccpURL
 The URL of the UCCS server. More...
 
CSMeetingMediaType mediaType
 The media type of the meeting. More...
 
BOOL webCollaborationServiceEnabled
 A Boolean value indicating whether Web Collaboration Service is enabled for this meeting. More...
 
NSDictionary * extraProperties
 A dictionary of extra properties the application may be interested in. More...
 

Detailed Description

Meeting info returned by Unified Portal.

Shall be used to populate

See also
CSCallCreationInfo when creating HTTP Meet-me conference call.

Method Documentation

- (instancetype) initWithPortalToken: (NSString *)  portalToken
serviceGatewayURL: (NSURL *)  serviceGatewayURL
uccpURL: (NSURL *)  uccpURL
mediaType: (CSMeetingMediaType mediaType
webCollaborationServiceEnabled: (BOOL)  webCollaborationServiceEnabled
extraProperties: (NSDictionary *)  extraProperties 

Property Documentation

- (NSDictionary*) extraProperties
readnonatomicassign

A dictionary of extra properties the application may be interested in.

Complex property values are JSON-encoded strings.

- (CSMeetingMediaType) mediaType
readnonatomicassign

The media type of the meeting.

- (NSString*) portalToken
readnonatomiccopy

Correlation token provided by Unified Portal.

- (NSURL*) serviceGatewayURL
readnonatomiccopy

The Service Gateway (ESG) URL.

- (NSURL*) uccpURL
readnonatomiccopy

The URL of the UCCS server.

This allows application to establish conference in presentation only mode.

- (BOOL) webCollaborationServiceEnabled
readnonatomicassign

A Boolean value indicating whether Web Collaboration Service is enabled for this meeting.


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