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