This commit is contained in:
parent
7933ce95ad
commit
fe98b8e4e8
|
|
@ -3180,7 +3180,7 @@ const Meeting: React.FC = () => {
|
|||
</div>
|
||||
</div>
|
||||
{
|
||||
(statusList.userList || statusList.userChatList || statusList.userVideo) ? (
|
||||
(statusList.userList || statusList.userChatList || statusList.userVideo) && !isScreenCapture ? (
|
||||
<div className={`${styles.meetingContentBodyRight} drag`}>
|
||||
{statusList.userList ?
|
||||
<div className={styles.meetingUserList}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue