[*] 日常优化

This commit is contained in:
acgist
2023-09-12 07:43:13 +08:00
parent 3575cbee4e
commit 251bc446fb
5 changed files with 115 additions and 96 deletions

View File

@@ -214,7 +214,7 @@ export default {
switch (signal) {
case "media::track" :
const { clientId, track } = body;
console.info("新增媒体轨道", clientId, track);
console.debug("新增媒体轨道", clientId, track);
break;
case "client::config" :
this.roomVisible = true;