Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Skype for Business: HTML link URI to call/chat?

There's a lot of solutions for creating HTML links for Skype (href="skype:username") but I can't find any for Skype for Business that will work. (href="sip:

Any ideas on how to open a chat window from a webpage for Skype for Business?

like image 632
user1048175 Avatar asked Feb 14 '17 06:02

user1048175


1 Answers

This is a method .

 <div id=skypecallbox>
        <a href="skype:live:skype.charlie.brown?chat">Chat - Blockhead (old skype)</a><br />
        <a href="sip:[email protected]">Chat - Blockhead (new skypeFB)</a>
    </div>

Also i just checked, for business they would use this extension:

sip:<[email protected]>
like image 52
FreedomPride Avatar answered Dec 31 '22 04:12

FreedomPride