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
But this is for regular Skype app I need for Skype for Business
I need the URI for Skype for Business Call,Skype for video Call,Skype File Sharing and Skype voice mail. Similar like one below for IM
document.getElementById('skypeChat').href="im:<sip:"+textEmail+">";
Any suggestions please