office365 - Presence info of Skype for Business Online (Office 365) user -


sorry if giving details , if not in sync together.

my question is, is there way can show presence information of skype business online (office 365) user our web application?

in our web application want provide ability our worker users, using can see status or chat shift super-wiser users. don't want configuration on-premise skype business servers, want through cloud. using html 5, javascript, c# development purpose.

we have office 365 subscription have configured azure active directory few users. think we'd need perform authentication using microsoft graph api.

i searched on google , found that,

*

are applications created skype web api able communicate skype business online (o365) users?

ans: skype web api apps require local on-premises lync 2013 or skype business server. online capability in roadmap not have release date.

*

documentation of skype developer platform list various sdk's , api's communicate skype. lync 2013 sdk supports skype business online unfortunatly doesn't have support html & javascript

you can retrieve user's skype business online presence through released , updated ucwa apis. after register custom app in azure ad , ucwa autodiscovery dance user's credentials:

https://msdn.microsoft.com/skype/ucwa/authenticationusingazuread

retrieve application resource, , parse it. make post makemeavailable resource make user available , set presence:

https://msdn.microsoft.com/en-us/skype/ucwa/makemeavailable_ref

or retrieve it, call presence:

https://msdn.microsoft.com/en-us/skype/ucwa/presence_ref

i've created c#-based sample app can use starter: demonstrates how sign in user, perforom ucwa autodiscovery skype business online, , set , access user's presence.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -