mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
@@ -198,7 +198,8 @@ export const LobbyView: FC<Props> = ({
|
|||||||
void onEnter().finally(() => setWaiting(false));
|
void onEnter().finally(() => setWaiting(false));
|
||||||
}, [onEnter]);
|
}, [onEnter]);
|
||||||
|
|
||||||
const [waiting, setWaiting] = useState(waitingForInvite);
|
const [waitingToEnter, setWaitingToEnter] = useState(false);
|
||||||
|
const waiting = waitingForInvite || waitingToEnter;
|
||||||
|
|
||||||
// TODO: Unify this component with InCallView, so we can get slick joining
|
// TODO: Unify this component with InCallView, so we can get slick joining
|
||||||
// animations and don't have to feel bad about reusing its CSS
|
// animations and don't have to feel bad about reusing its CSS
|
||||||
|
|||||||
Reference in New Issue
Block a user