Skip to content

Commit

Permalink
fix new room error
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Sep 3, 2024
1 parent 9ed2506 commit b10c278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/components/join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function Join() {
await getLoginStatus()
let meetingId = (await newRoom()).roomId
enterMeeting(meetingId)
setRoomId(meetingId)
}

const joinMeeting = async () => {
Expand Down

0 comments on commit b10c278

Please sign in to comment.