Commit aac3e951599c7fa29b522ea0141288b5ab097eeb
Committed by
648540858
1 parent
3fd60f86
perf(jessibuca): 优化 videoInfo 重复 log 的问题
Showing
1 changed file
with
1 additions
and
7 deletions
web_src/src/components/common/jessibuca.vue
| ... | ... | @@ -167,13 +167,7 @@ export default { |
| 167 | 167 | _this.isNotMute = !msg; |
| 168 | 168 | }); |
| 169 | 169 | jessibuca.on("audioInfo", function (msg) { |
| 170 | - // console.log("audioInfo", msg); | |
| 171 | - }); | |
| 172 | - | |
| 173 | - jessibuca.on("videoInfo", function (msg) { | |
| 174 | - // this.videoInfo = msg; | |
| 175 | - console.log("videoInfo", msg); | |
| 176 | - | |
| 170 | + console.log("audioInfo", msg); | |
| 177 | 171 | }); |
| 178 | 172 | |
| 179 | 173 | jessibuca.on("bps", function (bps) { | ... | ... |