@@ -139,7 +139,7 @@ public class LiveRoomServiceImpl implements LiveRoomService {
public void recordSync(RecordNotify recordNotify) {
if(recordNotify.getCode().equals(200)){
if(recordNotify.getType() != null && recordNotify.getType() == 4){
- //文件地址
+ // TODO 云端录制文件地址
String fileUrl = recordNotify.getOutput().getFileUrl();
}