ITBasicCallControl::AddToConference

[This is preliminary documentation and subject to change.]

The AddToConference method starts a conference with the current call included or adds the call to an existing conference. Adding a call to a conference is a two step process. Use the returned ITConsultCall interface to finish the process. For more information, see Conferencing.

HRESULT AddToConference(
  BSTR pDestAddress,
  VARIANT_BOOL fSync,
  ITConsultCall **ppConsultCall
);
 

Parameters

pDestAddress
[in] Address to add to the conference.
fSync
[in] Boolean indicator of whether method is called synchronously. See the Connect method of ITBasicCallControl for more information.
ppConsultCall
[out] Will return a pointer to an ITConsultCall interface on success.

Return Values

TBD