This commit is contained in:
yj 2025-10-15 15:28:45 +08:00
parent 03cfd415ce
commit 106d19a8cb
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ export const agora = {
},
// 远端加入
setupRemoteVideoJoin: async (item: any) => {
if (item.view?.childNodes.length === 1 || item.type) {
if (item.view?.childNodes.length === 1) {
await rtcEngine.setupRemoteVideo(
{
renderMode: item.renderMode || agora.getRrenderMode(item.uid),