From 367537d81032432fd7a5b267c8bcdce5fe495aa9 Mon Sep 17 00:00:00 2001 From: pikachu0310 Date: Thu, 23 Jan 2025 20:03:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?https://qall-microservice-for-livekit.trap.?= =?UTF-8?q?show/token=3Froom=3Dtest=20=E3=82=92=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/composables/qall/useLiveKitSDK.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/qall/useLiveKitSDK.ts b/src/composables/qall/useLiveKitSDK.ts index edb97a7ce..147a968fa 100644 --- a/src/composables/qall/useLiveKitSDK.ts +++ b/src/composables/qall/useLiveKitSDK.ts @@ -131,7 +131,7 @@ const joinRoom = async (roomName: string, userName: string) => { try { const traQtoken = (await apis.getMyQRCode(true)).data const res = await fetch( - `https://easy-livekit-token-publisher.trap.show/token`, + `https://qall-microservice-for-livekit.trap.show/token?room=test`, { method: 'GET', headers: { From 219cbc418e38cfd446b5d8e89c9c94e7f76df0f7 Mon Sep 17 00:00:00 2001 From: pikachu0310 Date: Thu, 23 Jan 2025 20:13:54 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20api=E6=8A=9C=E3=81=91?= =?UTF-8?q?=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/composables/qall/useLiveKitSDK.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/qall/useLiveKitSDK.ts b/src/composables/qall/useLiveKitSDK.ts index 147a968fa..2f953d4fb 100644 --- a/src/composables/qall/useLiveKitSDK.ts +++ b/src/composables/qall/useLiveKitSDK.ts @@ -131,7 +131,7 @@ const joinRoom = async (roomName: string, userName: string) => { try { const traQtoken = (await apis.getMyQRCode(true)).data const res = await fetch( - `https://qall-microservice-for-livekit.trap.show/token?room=test`, + `https://qall-microservice-for-livekit.trap.show/api/token?room=test`, { method: 'GET', headers: {