Requests that an active call be held.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void Hold(
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 the hold is successful, all Call's event Listener are informed of the hold state change.
If it fails, the CompletionHandler is informed of the failure; the call state returns
to 'established' state, and any media channels previously ended to handle hold request are resumed.
See Also