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

This commit is contained in:
xiaoQQya 2023-03-20 13:21:22 +08:00 committed by 648540858
parent 28a7ed3b8a
commit 82fd43e9dd

View File

@ -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) {