Fix temporaneo (bisognerebbe lavorare in App.js!)

auto_join
Pietro Brenna 2020-05-13 09:55:56 +02:00
parent bb02cee8ff
commit e03ab517e0
1 changed files with 4 additions and 2 deletions

View File

@ -196,8 +196,10 @@ const JoinDialog = ({
break;
}
};
roomClient.join({ roomId, joinVideo: true });
return ( <div></div>);
return (
/*return (
<div className={classes.root}>
<Dialog
open
@ -348,7 +350,7 @@ const JoinDialog = ({
}
</Dialog>
</div>
);
);*/
};
JoinDialog.propTypes =