Click or drag to resize
CollaborationStart Method
Starts the collaboration session. Collaboration can not be started twice or during the collaboration starting or ending process.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void Start(
	CollaborationCollaborationCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCollaborationCollaborationCompletionHandler
The completion handler for this operation.
See Also