|
|
|
|
|
|
|
|
String url = dspDomainUrl + SystemConstant.DSP_START_RECORD; |
|
|
String url = dspDomainUrl + SystemConstant.DSP_START_RECORD; |
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
jsonObject.put("requestId", request.getRequestId()); |
|
|
jsonObject.put("requestId", request.getRequestId()); |
|
|
|
|
|
jsonObject.put("pushUrl", ""); |
|
|
jsonObject.put("pullUrl", request.getPullUrl()); |
|
|
jsonObject.put("pullUrl", request.getPullUrl()); |
|
|
jsonObject.put("callbackUrl", dspCallbackUrl + SystemConstant.DSP_CALLBACK_RECORDING); |
|
|
jsonObject.put("callbackUrl", dspCallbackUrl + SystemConstant.DSP_CALLBACK_RECORDING); |
|
|
|
|
|
|