From a215c26832447efd1e12ba2f3e7378376dcef9a5 Mon Sep 17 00:00:00 2001 From: pwengerter Date: Thu, 6 Jan 2022 21:39:08 +0100 Subject: [PATCH] Pass room names in lowerCase to fix #89 --- src/views/Room.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Room.vue b/src/views/Room.vue index 115b7e3..014a9d5 100644 --- a/src/views/Room.vue +++ b/src/views/Room.vue @@ -57,7 +57,7 @@ export default { } }, created() { - const roomId = this.$route.params.roomId + const roomId = this.$route.params.roomId.toLowerCase() this.catchInvalidRoomId(roomId) const sessionConfig = {