I'm integrating the Skype for Business app into an application we are developing for one of our projects.
Is there a URI that will initiate a direct call/video call with the intended recipient?
The below code opens a chat window for IM:
document.getElementById('skypeChat').href="im:<sip:"+textEmail+">";
Is there a similar one to initiate a call directly. I do not have the Skype names of recipients but the official outlook email addresses
I had browsed through and found only code like this https://learn.microsoft.com/en-us/skype-sdk/skypeuris/skypeuritutorial_webpages
But this is for regular Skype app. I need this for Skype for Business.
I need the URI for Skype for Business Call, Skype for video Call, Skype File Sharing and Skype voice mail.