CallAddCollaboration Method |
Adding a collaboration session to the active call. This method is to bring the call to
the correct state for triggering the auto-creation collaboration feature. If the call is a P2P
call and the collaboration service requires the call to be a conference, the P2P call
will be escalated to the conference. If the call is already a conference, then this method
will not do anything.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void AddCollaboration(
CallCallCompletionHandler completionHandler
)
Parameters
- completionHandler
- Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be received.
See Also