Adding a User Object to an ILS Server

[ Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The following code fragment illustrates publishing a user object in an ILS server. After a user object is published, remote parties can use the user object to make calls to the specified user.

This fragment assumes that connecting to an ILS server has already been performed.

hr = pDirectory->AddDirectoryObject(pDirectoryObject);

ITDirectory

ITDirectoryObject

ITDirectoryObjectUser