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