CollaborationService Class |
Namespace: Avaya.ClientServices
public class CollaborationService
The CollaborationService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Collaborations |
The collaborations for this identity.
|
![]() | HasActiveCollaboration |
Checks if there is an active collaboration in progress.
|
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.
|
Name | Description | |
---|---|---|
![]() | CollaborationCreated |
Called when a collaboration is created by the client.
|
![]() | CollaborationCreationFailed |
Called when an error occurs during automatic creation of the collaboration.
|
![]() | CollaborationRemoved |
Called when a collaboration has been removed.
|