What is Skype URL Handler for making iPhone calls?

Does anyone know what kind of Skype scheme Skype supports for making calls from other applications (which should start Skype and place the call). Thanks to

+2


source to share


3 answers


See the Skype URI page for details.



+3


source


This code helps you make a call from skype using your skype credentials



<a href="skype:username?call"> Call </a>

      

+2


source


To save all clicks and read for a long time:

Chats - skype:participant1[;participant2;...participant9]?chat[&topic=topicString]

Calls - skype:participant1[;participant2;...participant9]?call[&topic=topicString]

Video calls -skype:participant1[;participant2;...participant9]?call&video=true

Taken from https://msdn.microsoft.com/en-us/library/office/dn745882.aspx

0


source







All Articles