Ejemplo n.º 1
0
 public void chat() {
   SkypeAPI.openURI(name + "?chat");
 }
Ejemplo n.º 2
0
 public void call(CallType type) {
   SkypeAPI.openURI(name + "?call&video=" + type.isVideo());
 }