Merge branch '2.6.9' into wvp-28181-2.0
This commit is contained in:
@@ -197,7 +197,10 @@ public class CloudRecordController {
|
||||
@RequestParam(required = false) String mediaServerId,
|
||||
@RequestParam(required = false) Boolean isEnd
|
||||
){
|
||||
return cloudRecordService.queryTask(app, stream, callId, taskId, mediaServerId, isEnd);
|
||||
if (ObjectUtils.isEmpty(mediaServerId)) {
|
||||
mediaServerId = null;
|
||||
}
|
||||
return cloudRecordService.queryTask(app, stream, callId, taskId, mediaServerId, isEnd);
|
||||
}
|
||||
|
||||
@ResponseBody
|
||||
|
||||
Reference in New Issue
Block a user