yangjie #46

Merged
yangqiang merged 15 commits from yangjie into master 2025-01-03 10:43:27 +08:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 5c5780d150 - Show all commits

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);
} }
} }
}, },