'retrieving presence info of Skype users (reactjs tsx)

I am trying to display Skype users presence on my website. I am already done with the component part using a mock server returning the skype presence.

Is there anyway I can do a GET call that return a JSON of the availability of the user? do I need to initialize Skype using skype SDK? I have read the Microsoft Skype UCWA and it was a bit confusing.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source