Full list Skype Uri

2

Good morning, right now I am working on a project to manage certain Skype functions through URIs that they offer, such as for making a call, which has the following form.

<a href="skype:usuarioallamar?call">Llamar</a>

Now, I understand that there is a URI to make video calls, start Skype, do conferences ... To which I would like to know where I can find a complete list of the commands that I could use and its syntax.

Post, the question should have Skype and URI tags, but I can not post them because they do not yet exist in Stack Overflow in Spanish.

    
asked by Randall Sandoval 25.10.2016 в 20:56
source

1 answer

2

Voice calls

Syntax:

skype:participant1[;participant2;...participant9]

Call a user directly:

skype:skype.test.user.1

Call a user conference:

skype:skype.test.user.1;skype.test.user.2;skype.test.user.3

Warning :

  

Mobile Skype clients (iOS and Android) do not support   initiating / hosting conference calls.

Video call

Syntax:

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

Video to a user:

skype:skype.test.user.1?call&video=true

Video to several users (conference mode):

skype:skype.test.user.1;skype.test.user.2;skype.test.user.3?call&video=true

The complete list can be found at:

Reference: link

    
answered by 25.10.2016 / 21:12
source