Fix temporaneo (bisognerebbe lavorare in App.js!)
parent
32ee957561
commit
b9acddd997
|
|
@ -211,8 +211,10 @@ const JoinDialog = ({
|
|||
break;
|
||||
}
|
||||
};
|
||||
roomClient.join({ roomId, joinVideo: true });
|
||||
return ( <div></div>);
|
||||
|
||||
return (
|
||||
/*return (
|
||||
<div className={classes.root}>
|
||||
<Dialog
|
||||
open
|
||||
|
|
@ -384,7 +386,7 @@ const JoinDialog = ({
|
|||
}
|
||||
</Dialog>
|
||||
</div>
|
||||
);
|
||||
);*/
|
||||
};
|
||||
|
||||
JoinDialog.propTypes =
|
||||
|
|
|
|||
Loading…
Reference in New Issue