首页 > 解决方案 > C# Application Lync Function migrated to MS teams

问题描述

In our firm we have a simple WinForm C# application right now using Microsoft Lync 2013 SDK to show the persenceIndicator. For now, our firm is start to give away from Lync to Microsoft Teams, does anyone know how to code something as the below part by using some SDK like for MS teams?

Really Appreciated, if someone could help me here.

current code

标签: c#sdkmicrosoft-teamslync

解决方案


You don't even need to use Teams for this - you can access the Graph API which has a method you can use. Note that it's beta for now though, but check out https://docs.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-beta&tabs=http


推荐阅读