Collaboration Properties |
The Collaboration type exposes the following members.
| Name | Description | |
|---|---|---|
| Capabilities |
Return the collaboration capabilities.
| |
| Chat |
Returns Chat object associated with the collaboration.
| |
| ChatCapability |
Returns whether the collaboration call supports chat.
| |
| CollaborationInitialized |
Returns flag indicating whether collaborations has been initialized.
Flag is set true when all starting events are processed.
| |
| CollaborationRenderType |
Returns the type of collaboration renderer the client application needs to create to display collaboration content
| |
| ContentSharing |
Returns ContentSharing object associated with the collaboration.
| |
| ContentSharingCapability |
Returns whether the collaboration call supports content sharing.
| |
| HasModeratorPrivilege |
Checks whether the current collaboration user has moderator privileges.
| |
| HasPresenterPrivilege |
Checks whether the current collaboration user has presenter privileges.
| |
| IsEjected |
Indicates that the current user was ejected from the collaboration by the moderator.
| |
| IsReceivingSharingPaused |
Returns true if receiving sharing is paused.
| |
| LibraryManager |
Returns LibraryManager object associated with the collaboration.
| |
| LibrarySharing |
Returns LibrarySharing object associated with the collaboration.
| |
| LibrarySharingCapability |
Returns whether the collaboration call supports library sharing.
| |
| MeetingMinutes |
Returns MeetingMinutes object associated with the collaboration.
| |
| MeetingMinutesCapability |
Returns whether the collaboration call supports meeting minutes.
| |
| NetworkLibraryCapability |
Returns whether the collaboration call supports library management.
| |
| ReceivingSharingControlCapability |
Returns Capability object indicating whether it is possible to control receiving sharing
through PauseReceivingSharing(CollaborationReceivingSharingControlCompletionHandler) and ResumeReceivingSharing(CollaborationReceivingSharingControlCompletionHandler).
| |
| RetrieveParticipantListCapability |
Returns whether the collaboration can be queried to
get the list of conference participants.
| |
| Slider |
Returns Slider object associated with the collaboration.
| |
| SliderCapability |
Returns Capability object indicating whether the slider feature is available.
| |
| Whiteboard |
Returns Whiteboard object associated with the collaboration.
| |
| WhiteboardCapability |
Returns Capability object indicating whether whiteboard sharing can be started by local participant.
|