This commit is contained in:
parent
cf19a7890c
commit
85a9ef91fd
|
|
@ -298,7 +298,7 @@ const Meeting: React.FC = () => {
|
||||||
if (userItem) {
|
if (userItem) {
|
||||||
setCurrentLookUserAccount(userItem)
|
setCurrentLookUserAccount(userItem)
|
||||||
}
|
}
|
||||||
if (res.data === userInfo.uid) {
|
if (res.data === userInfo.uid || res.data === userInfo.screenShareId) {
|
||||||
if (String(res.data).length === 9) {
|
if (String(res.data).length === 9) {
|
||||||
// 共享屏幕
|
// 共享屏幕
|
||||||
setCurrentLookUserStatus(2)
|
setCurrentLookUserStatus(2)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue