yangjie #41
|
|
@ -65,8 +65,8 @@
|
|||
height: 0;
|
||||
|
||||
.userVideoContentListItem {
|
||||
height: 32%;
|
||||
width: calc(100% / 4 - 8px);
|
||||
height: 13%;
|
||||
width: calc(100% / 3 - 8px);
|
||||
padding: 4px;
|
||||
|
||||
.userVideoContentListItemVideo {
|
||||
|
|
|
|||
|
|
@ -1622,11 +1622,11 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
// 退出房间
|
||||
const leaveChannel = async (bool: boolean = true): Promise<void> => {
|
||||
await stopScreenCapture()
|
||||
await stopRecorderMedia()
|
||||
if (bool) {
|
||||
await getLeave()
|
||||
}
|
||||
await stopScreenCapture()
|
||||
await agora.leaveChannel()
|
||||
setTimeout(() => {
|
||||
if (userInfo.isAnonymous) {
|
||||
|
|
@ -1634,7 +1634,7 @@ const Meeting: React.FC = () => {
|
|||
} else {
|
||||
navigate('/home/index')
|
||||
}
|
||||
}, 0)
|
||||
}, 1000)
|
||||
}
|
||||
// 分享屏幕
|
||||
const clickSharedScreen = async (): Promise<void> => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue