Eric 2 years ago
parent
commit
ff6701b258
1 changed files with 1 additions and 1 deletions
  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) {
         if (event.getEventType() == 0) {
             // 自动关闭录制
             // 自动关闭录制
-            liveRoomService.stopTencentLiveVideoRecord(event.getStreamId());
+            // liveRoomService.stopTencentLiveVideoRecord(event.getStreamId());
         }
         }
 
 
         // 推流事件通知
         // 推流事件通知