删除无用代码

This commit is contained in:
yj 2024-07-22 10:29:39 +08:00
parent 0db6a12d7f
commit 12d2e9a027
1 changed files with 0 additions and 8 deletions

View File

@ -110,14 +110,6 @@ const agora = {
}, },
); );
}, },
// 渲染视频
setVideo: (item: any) => {
if (option.userid === item.account) {
agora.setupLocalVideo(item)
} else {
agora.setupRemoteVideoJoin(item)
}
},
// 离开频道 // 离开频道
leaveChannel: () => { leaveChannel: () => {
rtcEngine.leaveChannel({ rtcEngine.leaveChannel({