This commit is contained in:
yj 2024-12-10 17:15:32 +08:00
parent 9a5ef75322
commit c99ec3668c
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ export const agora = {
// 本地加入
setupLocalVideo: async (item: any) => {
if (item.view?.childNodes.length === 1 || item.type) {
if (String(item.uid).length === 9) {
return
}
await rtcEngine.setupLocalVideo({
renderMode: agora.getRrenderMode(item.uid),
sourceType: item.sourceType,