yangjie #35
|
|
@ -412,8 +412,6 @@ const Meeting: React.FC = () => {
|
|||
setTimeout(async () => {
|
||||
const setting = await JSON.parse(storage.getItem('setting') as string);
|
||||
const stateInfo = await JSON.parse(storage.getItem('stateInfo') as string);
|
||||
console.log(isScreenCapture);
|
||||
|
||||
if (stateInfo && setting.isRecordingTips) {
|
||||
setRecorder((data: any) => {
|
||||
if (!data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue