|
![]() |
Adds a consultation call to an existing conference call. The conference call is passed throug the ConfCall and the consultation call is passed by the ConsultCall parameter. In general, the consult call is in the connected state and then conference call is another call on the same line (and address) that is in the onHoldPendConf state. The conference call can be created e.g. by calling the call's SetupConference method or manually by the phone device.
Declarationprocedure AddToConference(ConfCall, ConsultCall: ThbTapiCall); RemarksUsing this method causes the TAPI function lineAddToConference function to be called. This function works in an asynchronous manner. See the chapter "The Synchronous / Asynchronous Model" and the ThbTapiLine.Options.SyncMode property to read more about the handling of asynchronous functions. ErrorsUsing this function may cause an EhbTapiError exception. Possible errors are: LINEERR_CONFERENCEFULL, LINEERR_NOTOWNER, LINEERR_INVALCONFCALLHANDLE, LINEERR_OPERATIONUNAVAIL, LINEERR_INVALCALLHANDLE, LINEERR_OPERATIONFAILED, LINEERR_INVALCALLSTATE, LINEERR_RESOURCEUNAVAIL, LINEERR_NOMEM, LINEERR_UNINITIALIZED. See AlsoPrepareAddToConference, Establish a Conference Call, ThbTapiCall.ConferenceCall |