Eric 2 年之前
父节点
当前提交
ff6701b258
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-im/src/main/java/com/ym/controller/UserController.java

+ 1 - 1
mec-im/src/main/java/com/ym/controller/UserController.java

@@ -109,7 +109,7 @@ public class UserController {
         // 断流事件通知
         if (event.getEventType() == 0) {
             // 自动关闭录制
-            liveRoomService.stopTencentLiveVideoRecord(event.getStreamId());
+            // liveRoomService.stopTencentLiveVideoRecord(event.getStreamId());
         }
 
         // 推流事件通知