Click or drag to resize

CollaborationService Methods

Methods
  NameDescription
Public methodCreateCollaboration(Uri, CollaborationServiceCollaborationServiceCompletionHandler)
Creates a new collaboration session based on the input collaboration session URI.
Public methodCreateCollaboration(Call, CollaborationServiceCollaborationServiceCompletionHandler)
Creates collaboration for the given call. Returns nullptr if call is not a conference or already has the associated collaboration. Otherwise returns an uninitialized collaboration object and start collaboration creation process. When the processing is finished, completion handler is called asynchronously.
Public methodCreateCollaboration(String, String, String, String, CollaborationServiceCollaborationServiceCompletionHandler)
Creates a new outgoing collaboration object using collaboration URL and collaboration code.
Top
See Also