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