TCCCTypeDef.TCCCStartCallParams callParams =new TCCCTypeDef.TCCCStartCallParams();//1343xxxx is the phone numbercallParams.to = "13430xxxx";// Initiate a call. Call the login API before initiating a call. tcccSDK.logintcccSDK.call(callParams, new TXCallback() {@Overridepublic void onSuccess() {// call success}@Overridepublic void onError(int code, String desc) {// call error}});// End the calltcccSDK.terminate("");
Was this page helpful?