Skip to content

Commit 765ad98

Browse files
committed
room=${roomName}
1 parent 219cbc4 commit 765ad98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/qall/useLiveKitSDK.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const joinRoom = async (roomName: string, userName: string) => {
131131
try {
132132
const traQtoken = (await apis.getMyQRCode(true)).data
133133
const res = await fetch(
134-
`https://qall-microservice-for-livekit.trap.show/api/token?room=test`,
134+
`https://qall-microservice-for-livekit.trap.show/api/token?room=${roomName}`,
135135
{
136136
method: 'GET',
137137
headers: {

0 commit comments

Comments
 (0)