删除无用代码
This commit is contained in:
parent
0db6a12d7f
commit
12d2e9a027
|
|
@ -110,14 +110,6 @@ const agora = {
|
|||
},
|
||||
);
|
||||
},
|
||||
// 渲染视频
|
||||
setVideo: (item: any) => {
|
||||
if (option.userid === item.account) {
|
||||
agora.setupLocalVideo(item)
|
||||
} else {
|
||||
agora.setupRemoteVideoJoin(item)
|
||||
}
|
||||
},
|
||||
// 离开频道
|
||||
leaveChannel: () => {
|
||||
rtcEngine.leaveChannel({
|
||||
|
|
|
|||
Loading…
Reference in New Issue