No active calls
'; return; } activeCalls.forEach((entry, callId) => { const call = entry.call; const isMuted = call.isMuted; // Check mute state const isHeld = call.state === 'held'; const card = document.createElement('div'); card.className = `call-card ${call.state}`; card.innerHTML = `