本地优化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
// 更新会议聊天面板人数
|
||||
|
||||
Reference in New Issue
Block a user