Microsoft Lync and Skype for Business have a rich set of .NET APIs which make it easy to extend the platform and integrate it with other applications. This blog helps explain how to use those APIs.

Call replacement extension method for UCMA

Posted: March 27th, 2012 | Author: | Filed under: UCMA 3.0 | Tags: , , | No Comments »

Recently I did some experimenting with call replacement, and I came up with a set of extension methods that you can use to try out the INVITE with Replaces technique. To start, I should probably explain what it does. There is a BeginReplace extension method for AudioVideoCall, which allows you to take over the spot in a two-party call that belongs to your application. Continue reading “Call replacement extension method for UCMA” »