[*] 日常优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user