debug: log federated call relay params

This commit is contained in:
Jannis Braun
2026-04-08 14:38:05 +02:00
parent 27514e1596
commit 782f5d280d
+1
View File
@@ -1753,6 +1753,7 @@ async function sendFederatedCallStart(
// Previously this was `https://${config.domain}/livekit` which fails because // Previously this was `https://${config.domain}/livekit` which fails because
// the LiveKit SDK requires a wss:// WebSocket URL, not https://. // the LiveKit SDK requires a wss:// WebSocket URL, not https://.
const livekitUrl = config.livekit.url ?? `wss://${config.domain}/livekit`; const livekitUrl = config.livekit.url ?? `wss://${config.domain}/livekit`;
console.log(`[FEDCALL] livekitUrl=${livekitUrl} federatedId=${federatedId} members=${members.map(m => m.username).join(',')}`);
// Build participants array (all member identities for Path B) // Build participants array (all member identities for Path B)
const participants = members.map(m => ({ const participants = members.map(m => ({