Click or drag to resize

CallUnhold Method

Requests that a held call be unheld.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Unhold(
	CallCallCompletionHandler callCompletionHandler
)

Parameters

callCompletionHandler
Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
Remarks
If unhold is successful, The call transition to 'established' state, and its media channel(s) are restored. If unhold fails, the call stays in 'held' state, and its media channel(s) are not restored.
See Also