Click or drag to resize
TapiCallRemoveFromConference Method
Removes the call from the conference.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public void RemoveFromConference()
Exceptions
ExceptionCondition
TapiExceptionThe call was not removed from the conference because a TAPI error occurred.
Remarks

Use RemoveFromConference method to remove the call from the conference call to which it currently belongs. The remaining calls in the conference call are unaffected. The availability of this operation and its result are likely to be limited in many PBXs. For example, in many cases, only the most recently added party can be removed from a conference, and the removed call can be automatically dropped.

See Also