|
@@ -141,6 +141,7 @@ public class LiveRoomServiceImpl implements LiveRoomService {
|
|
if(recordNotify.getType() != null && recordNotify.getType() == 4){
|
|
if(recordNotify.getType() != null && recordNotify.getType() == 4){
|
|
// TODO 云端录制文件地址
|
|
// TODO 云端录制文件地址
|
|
String fileUrl = recordNotify.getOutput().getFileUrl();
|
|
String fileUrl = recordNotify.getOutput().getFileUrl();
|
|
|
|
+ String roomId = recordNotify.getRoomId();
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|