Collaboration Methods |
The Collaboration type exposes the following members.
Name | Description | |
---|---|---|
![]() | End |
Ends the collaboration session. Collaboration can not be ended twice or during the collaboration
starting or ending process.
|
![]() | GetCallId |
Return call id associated with collaboration.
|
![]() | GetCollaborationId |
Returns the unique numeric ID associated with the particular collaboration object.
|
![]() | GetParticipants |
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.
|
![]() | PauseReceivingSharing |
Pauses receiving certain collaboration sharing updates.
|
![]() | ReadCollaborationDetails |
Returns detailed information about the collaboration statistics
|
![]() | ResumeReceivingSharing |
Resumes receiving certain collaboration sharing updates.
|
![]() | Start |
Starts the collaboration session. Collaboration can not be started twice or during
the collaboration starting or ending process.
|