This commit is contained in:
yj 2025-01-02 15:46:56 +08:00
parent d51d1f9844
commit 5c5780d150
1 changed files with 3 additions and 3 deletions

View File

@ -1029,8 +1029,8 @@ const Meeting: React.FC = () => {
channelId: connection.channelId, channelId: connection.channelId,
sourceType: VideoSourceType.VideoSourceCameraPrimary, sourceType: VideoSourceType.VideoSourceCameraPrimary,
}) })
getShowUser(); }, 1000);
}, 1500); getShowUser();
} }
} }
}, },
@ -1045,7 +1045,7 @@ const Meeting: React.FC = () => {
view: document.getElementById(`video-${remoteUid}`), view: document.getElementById(`video-${remoteUid}`),
channelId: connection.channelId, channelId: connection.channelId,
}) })
}, 1500); }, 1000);
} }
} }
}, },