- Shipped
- 26 أبريل 2026 في 11:10 م UTC
- صاحب البلاغ
- kamo
- Commit
- 911265f
To diagnose "call connects but no audio between parties", log the peer-connection state (ice / dtls / signaling) along with sender and receiver tracks (kind / enabled / muted / readyState) and a summary of each SDP (direction, codecs, candidate count, dtls setup) the moment the session reports Established. Mirror to /api/softphone-debug so we can read the trail server-side without DevTools. Also wire pc.oniceconnectionstatechange so silent ICE failures (a common cause of "established but silent" calls) are visible after the fact.