瀏覽代碼

云端录制

zouxuan 3 年之前
父節點
當前提交
ee11fc8024
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mec-im/src/main/java/com/ym/service/Impl/LiveRoomServiceImpl.java

+ 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();
 
             }
         }