ThbTapiLine.OnConferenced
Unit: hbTapi
 

The event fires when the call becomes a member of a conference call and is logically in the connected state. The conference call as the owner of all conferenced calls is stored in the call's ConferenceCall property.

Avalabiltity

Design-Time: Read, Write / Run-Time: Read, Write

Declaration

procedure (Sender: ThbTapiLine; Call: ThbTapiCall);
property OnConferenced: ThbTapiCallEvent;

Remarks

This event will fire only if the bit flag LINECALLSTATE_CONFERENCED is set in the property ThbTapiLine.Addresses[<any available>].Caps.CallStates. Please refer to the section "LINE_CALLSTATE / LINECALLSTATE_CONFERENCED" in TAPI's documentation for a more detailed information.

See Also

ThbTapiCall.State