wapacro / Skype-for-Business-UCWA-PHP

Allows you to use the Skype for Business UCWA in PHP with cURL.
12 stars 9 forks source link

Feature Request - presence syncronization #1

Open black187 opened 8 years ago

black187 commented 8 years ago

Hello,

Is it possible to make presence synchronization with UCWA and Skype For Business (S4B) via PHP script - basically I would like to get presence information with PHP script (run as linux PHP CLI) of multiple users on S4B and distribute them to other application, and if possible to change the presence of users on S4B?

wapacro commented 8 years ago

Should be possible according to the official documentation (click). Since every command of the unified communications web api can be executed through normal http requests, the approach would be the same as it is for sending instant messages.