[*] 日常优化

This commit is contained in:
acgist
2023-07-14 09:20:52 +08:00
parent 0cf6777719
commit 1ef6e79a33
4 changed files with 254 additions and 153 deletions

View File

@@ -208,7 +208,11 @@ export default {
const { code, message, header, body } = response;
const { signal } = header;
switch (signal) {
case "client::config":
case "media::track" :
const { clientId, track } = body;
console.info("新增媒体轨道", clientId, track);
break;
case "client::config" :
me.roomVisible = true;
break;
case "platform::error":