|
![]() |
The SwapHold function swaps the specified active call with the specified call on consultation hold that is passed in the HeldCall parameter. Declarationprocedure SwapHold(HeldCall: ThbTapiCall); RemarksPlease refer to the section "lineSwapHold" in TAPI's documentation for a more detailed information. This functions works in an asynchronous manner. See the SyncMode property to read more about the handling of asynchronous functions. ErrorsUsing this function may cause an EhbTapiError exception. Possible errors are: LINEERR_INVALCALLHANDLE, LINEERR_OPERATIONUNAVAIL, LINEERR_INVALCALLSTATE, LINEERR_OPERATIONFAILED, LINEERR_NOMEM, LINEERR_RESOURCEUNAVAIL, LINEERR_NOTOWNER, LINEERR_UNINITIALIZED. See AlsoThbTapiLine.OnCallState |