Skip to content

Commit

Permalink
fix(lib-jitsi-meet): bosh -> serviceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fruck committed Jan 31, 2024
1 parent 278757c commit 1259178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/Bot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
domain: params.instance,
muc: `conference.${params.instance}`, // FIXME: use XEP-0030
},
bosh: `https://${params.instance}/http-bind?room=${params.room}`,
serviceUrl: `https://${params.instance}/http-bind?room=${params.room}`,
};
await jitsi.joinConference(options); // jimmiApi is initialized during function call
Expand Down

0 comments on commit 1259178

Please sign in to comment.