Click or drag to resize
TapiCallUnhold Method
Retrieves the held call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public void Unhold()
Exceptions
ExceptionCondition
TapiExceptionThe held call was not retrieved because a TAPI error occurred.
Remarks

Use Unhold method to retrieve a call that was previously put on hold using Hold. When telephony hardware completes unhold operation, retrieved call transitions back to the TapiCallState.Connected state and CallState event is fired. If the held party hangs up while on hold, the call transitions to the TapiCallState.Disconnected state.

See Also