Meeting info returned by Unified Portal.
More...
#import <CSUnifiedPortalMeetingInfo.h>
Inherits NSObject.
Meeting info returned by Unified Portal.
Shall be used to populate
- See also
- CSCallCreationInfo when creating HTTP Meet-me conference call.
| - (instancetype) initWithPortalToken: |
|
(NSString *) |
portalToken |
| serviceGatewayURL: |
|
(NSURL *) |
serviceGatewayURL |
| uccpURL: |
|
(NSURL *) |
uccpURL |
| mediaType: |
|
(CSMeetingMediaType) |
mediaType |
| webCollaborationServiceEnabled: |
|
(BOOL) |
webCollaborationServiceEnabled |
| extraProperties: |
|
(NSDictionary *) |
extraProperties |
|
|
| |
| - (NSDictionary*) extraProperties |
|
readnonatomicassign |
A dictionary of extra properties the application may be interested in.
Complex property values are JSON-encoded strings.
The media type of the meeting.
| - (NSString*) portalToken |
|
readnonatomiccopy |
Correlation token provided by Unified Portal.
| - (NSURL*) serviceGatewayURL |
|
readnonatomiccopy |
The Service Gateway (ESG) URL.
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: