Yonghun Kim
Yonghun Kim

Reputation: 13

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

Upvotes: 0

Views: 159

Answers (1)

Hilton Giesenow
Hilton Giesenow

Reputation: 10844

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://learn.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-beta&tabs=http

Upvotes: 0

Related Questions