Package com.skype

Examples of com.skype.Call.finish()


    public void testCall() throws Exception {
      TestConnector.resetInstance();
        Call call = Skype.getContactList().getFriend("echo123").call();
        Thread.sleep(5000);
        call.finish();

        String result = call.getDuration() + "," + call.getId() + "," + call.getPartnerId() + "," + call.getType();
        if(isRecordingMode()) {
            System.out.println(result);
        } else {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.