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
 
Back
Top