This commit is contained in:
yj 2024-08-07 16:33:29 +08:00
parent cf19a7890c
commit 85a9ef91fd
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ const Meeting: React.FC = () => {
if (userItem) {
setCurrentLookUserAccount(userItem)
}
if (res.data === userInfo.uid) {
if (res.data === userInfo.uid || res.data === userInfo.screenShareId) {
if (String(res.data).length === 9) {
// 共享屏幕
setCurrentLookUserStatus(2)