Click or drag to resize

Collaboration Methods

The Collaboration type exposes the following members.

Methods
  NameDescription
Public methodEnd
Ends the collaboration session. Collaboration can not be ended twice or during the collaboration starting or ending process.
Public methodGetCallId
Return call id associated with collaboration.
Public methodGetCollaborationId
Returns the unique numeric ID associated with the particular collaboration object.
Public methodGetParticipants
Returns the participant list associated with the collaboration session. Depending on the capabilities of the collaboration session, the list of participants may not be provided (e.g., when presentation is supported through RTP video stream and not through the web collaboration interface). This method is added to support collaboration only sessions where there is no corresponding audio/video conference call. This method may be called when the collaboration session is associated with a conference call. The call/conference object may be queried to retrieve the full list of participants whereas this method may be used to retrieve the collaboration-only participants. Updates to the participant list (add, remove or update) are reported through the DataSetChangeListener instance registered with the DataSet object.
Public methodPauseReceivingSharing
Pauses receiving certain collaboration sharing updates.
Public methodReadCollaborationDetails
Returns detailed information about the collaboration statistics
Public methodResumeReceivingSharing
Resumes receiving certain collaboration sharing updates.
Public methodStart
Starts the collaboration session. Collaboration can not be started twice or during the collaboration starting or ending process.
Top
See Also