소스 검색

云端录制

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