mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
fix
This commit is contained in:
@@ -151,7 +151,7 @@ export const RoomPage: FC = () => {
|
|||||||
: E2eeType.NONE,
|
: E2eeType.NONE,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
onEnter={(): void => knock?.()}
|
onEnter={async (): Promise<void> => knock?.()}
|
||||||
enterLabel={label}
|
enterLabel={label}
|
||||||
waitingForInvite={groupCallState.kind === "waitForInvite"}
|
waitingForInvite={groupCallState.kind === "waitForInvite"}
|
||||||
confineToRoom={confineToRoom}
|
confineToRoom={confineToRoom}
|
||||||
|
|||||||
Reference in New Issue
Block a user