Commit a083a35
docs(rtc_engine): record why the settle window cannot be replaced by ICE-state observation
Measured against a dev server: a same-node resume performs a genuine subscriber
ICE restart (the server's offer carries a fresh ice-ufrag, and both transports
gather a new generation), yet neither IceConnectionState nor PeerConnectionState
leaves Connected at any point -- libwebrtc holds the old candidate pair until the
new one is ready.
So 'nothing transitioned' is the normal outcome of a healthy resume, not a
symptom. Requiring an observed checking -> connected transition would time out
every signal-only resume and escalate it to a full reconnect.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 2a937a9 commit a083a35
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| |||
0 commit comments