|
![]() |
Returns the conference call if the call is either a conference call or a participant call in a conference call, otherwise it returns nil.
For example, after SetupConference method has been called successfully, you are able to use the call's ConferenceCall property to access the related conference call. If ConferenceCall returns nil, there is no related conference. The return value is either nil, the call itself or another participant of the conference. Use ThbTapiLine.GetConfRelatedCalls to get all calls within a conference. Declarationproperty ConferenceCall: ThbTapiCall; See AlsoThbTapiLine.GetConfRelatedCalls, Establish a Conference Call |