Browse Source

perf(jessibuca): 优化 videoInfo 重复 log 的问题

xiaoQQya 2 years ago
parent
commit
b5efaa7baa
1 changed files with 1 additions and 7 deletions
  1. 1 7
      web_src/src/components/common/jessibuca.vue

+ 1 - 7
web_src/src/components/common/jessibuca.vue

@@ -167,13 +167,7 @@ export default {
         _this.isNotMute = !msg;
       });
       jessibuca.on("audioInfo", function (msg) {
-        // console.log("audioInfo", msg);
-      });
-
-      jessibuca.on("videoInfo", function (msg) {
-        // this.videoInfo = msg;
-        console.log("videoInfo", msg);
-
+        console.log("audioInfo", msg);
       });
 
       jessibuca.on("bps", function (bps) {