Browse Source

云端录制

zouxuan 3 năm trước cách đây
mục cha
commit
ee11fc8024

+ 1 - 0
mec-im/src/main/java/com/ym/service/Impl/LiveRoomServiceImpl.java

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