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?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback