This commit is contained in:
yj 2024-10-15 17:33:47 +08:00
parent 444568b232
commit e492d0fcf9
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ const Meeting: React.FC = () => {
})
const [networkOther, setNetworkOther] = useState<RtcStats>({})
const [isComputerAudio, setIsComputerAudio] = useState(true)
const [isScreenCapture, setIsScreenCapture] = useState(false)
const [_isScreenCapture, setIsScreenCapture] = useState(false)
const [isFluencyPriority, setIsFluencyPriority] = useState(false)
const [open, setOpen] = useState(false)
const [modeOpen, setModeOpen] = useState(false)