I am having a requirement on just want to show/display the Skype for business user presence(Busy, Available, Off Work etc) in UWP app. I am able to display the user presence using UCWA rest APIs but want to subscribe the event which will tell me that the presence got changed, so that I can update it on UWP app also.
In UCWA documentation mentioned there is an event to subscribe it, UCWA Presence reference , presence is the event. but here I got stuck how to subscribe it in UWP app, can anyone please help me out on this?