mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
Use Matrix 2.0 endpoint /get_token rather than /sfu/get
This commit is contained in:
@@ -86,7 +86,7 @@ async function getLiveKitJWT(
|
||||
...{delay_id: delayId, delay_timeout: 10000, delay_cs_api_url: client.baseUrl}
|
||||
}
|
||||
};
|
||||
const res = await fetch(livekitServiceURL + "/sfu/get", {
|
||||
const res = await fetch(livekitServiceURL + "/get_token", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user