ConfRelatedCalls
The ConfRelatedCalls property returns a collection of calls that are part of
the same conference call as the specified call.
Property ConfRelatedCalls As IConfRelatedCalls
Parameters
- None.
Return Values
- IConfRelatedCalls, the collection object of ITAPICall.
Remarks
The specified call can either be
a conference call or a participant call. For example, a consultation call that
has not yet been added to a conference call is not part of a conference. The
first entry in the list that is returned is the conference call handle, the other
handles are all the participant calls. The specified call is always one of the
calls returned in the list. Calls in the list to which the application does not
already have a call handle are assigned monitor privilege; privileges to calls
for which the application already has handles are unchanged.
See Also
- None.