CollaborationService Methods |
Name | Description | |
---|---|---|
![]() | CreateCollaboration(Uri, CollaborationServiceCollaborationServiceCompletionHandler) |
Creates a new collaboration session based on the input collaboration session URI.
|
![]() | CreateCollaboration(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.
|
![]() | CreateCollaboration(String, String, String, String, CollaborationServiceCollaborationServiceCompletionHandler) |
Creates a new outgoing collaboration object using collaboration URL and collaboration code.
|