Merge pull request '退出房间停止共享' (#24) from yangjie into master
Reviewed-on: #24
This commit is contained in:
commit
9c81849724
|
|
@ -1556,6 +1556,7 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
} catch (error) {
|
||||
}
|
||||
await stopScreenCapture()
|
||||
await agora.leaveChannel()
|
||||
setTimeout(() => {
|
||||
if (userInfo.isAnonymous) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue