本地优化

This commit is contained in:
2026-06-03 22:05:03 +08:00
parent a6509ea9ee
commit fea67869f2
18 changed files with 996 additions and 65 deletions

View File

@@ -128,6 +128,11 @@ namespace Script
await WebRTCUtil.DownloadAndSetAvatar(obj[i].avatar,
entry.transform.Find("image").GetComponent<Image>());
_userMap.TryAdd(obj[i], entry);
if (obj[i].role == "host")
{
this.GetSystem<IGlobalConfigSystem>().SetParticipantId(obj[i].participantId);
}
}
// 更新会议聊天面板人数