Stop calling rtc/transport in widget mode

This commit is contained in:
Valere
2026-03-31 11:38:21 +02:00
parent 40fdef89eb
commit 6b7467ce6d
3 changed files with 85 additions and 8 deletions

View File

@@ -137,6 +137,7 @@ export async function getSFUConfigWithOpenID(
);
logger?.info(`Got JWT from call's active focus URL.`);
} catch (e) {
logger?.debug(`Failed fetching jwt with matrix 2.0 endpoint:`, e);
if (e instanceof NotSupportedError) {
logger?.warn(
`Failed fetching jwt with matrix 2.0 endpoint (retry with legacy) Not supported`,