Retrieves the held call.
| C# | Visual Basic | Visual C++ |
public void Unhold()
Public Sub Unhold
public: void Unhold()
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.
| Exception | Condition |
|---|---|
| TapiException | The held call was not retrieved because a TAPI error occurred. |
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)