This commit is contained in:
parent
9a5ef75322
commit
c99ec3668c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue