KChow
KChow

Reputation: 337

How to setup UCMA Development environment locally for Lync 2010?

I have created a chat bot in c#. But the requirement has changed to a bot that can be directly accessed through lync. Lync is present in our network, but the server is separate and my development environment is not at the server side. I have a few questions on the scenario :-

Upvotes: 0

Views: 198

Answers (1)

BastianW
BastianW

Reputation: 2658

  1. Skype / Lync offers UCMA & UCWA. However it depends on your application which might be the best one. Without having more details what you try to build its not easy to answer that. See this posting here for more infos.
  2. You need a Skype/Lync environment. This required a valid license.
  3. You might try an evaluation version from the Microsoft evalcenter here. You can have only one lync or Skype for Business environment in your active directory. But you can setup an additional pool. However to avoid that you break something I highly recommend to setup a separate developer environment
  4. Keep noted that Lync 2010 is quite very old. There is Lync 2013 already in place and got replaced with Skype for Business. Building something on Lync 2010 which is 6 years old didn´t sound a good idea. However UCMA 4.0 and UCMA 5.0 are supported (as written here) by Skype for Business, so your might wish to check if you will not build that for Skype for Business instead.

Upvotes: 0

Related Questions