Click or drag to resize
CollaborationServiceCreateCollaboration Method (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.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Collaboration CreateCollaboration(
	Call call,
	CollaborationServiceCollaborationServiceCompletionHandler completionHandler
)

Parameters

call
Type: Avaya.ClientServicesCall
Call object for which the session is created.
completionHandler
Type: Avaya.ClientServicesCollaborationServiceCollaborationServiceCompletionHandler
A block to be called when the operation is completed.

Return Value

Type: Collaboration
Collaboration object instance that is created.
See Also