microsoft.rtc.sip namespace

  • Thread starter Thread starter Trey
  • Start date Start date
T

Trey

I'm trying to develop an application which communicates with MS Office
Live Communications Server. I'm following exmples from MSDN and they
all state that the objects can be found in the "microsoft.rtc.sip"
namespace. However, when I go into Visual Studio .NET and try to
import that namespace, it can't be found.

Is there an SDK or something that I need to install to get the
namespace? I can't find it anywhere. How are namespaces added to the
machine in order to add references to them?
 
You need the Live Communications Server SDK (LCS). I got the SDK from
our Admin so I'm not positive, but think that you have to pay for the
SDK (not sure how much). I know you can't download it from the web.
Once you have the SDK, you have to reference ServerAgent.dll in your
project (this DLL comes with the SDK) in order to access the Objects
in the Microsoft.Rtc.Sip namespace.

-AC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top