&p2pfailtimeout
Sets the recovery stall/disconnect timing window for peer-to-peer links
Last updated
Was this helpful?
Sets the recovery stall/disconnect timing window for peer-to-peer links
General Option! (&push, &room, &view, &scene, &director)
Example: &p2pfailtimeout=12000
Integer milliseconds
Recovery window used by disconnect/stall logic
Default is 12000 ms.
Input is clamped to 3000 through 45000 ms.
Affects how quickly repeated recovery attempts are scheduled after disconnection/media stalls.
Lower values recover faster but may react to brief jitter.
Higher values are more tolerant of jitter but slower to intervene.
The initial "connecting watchdog" has its own floor (~45s), so very low values do not shorten first-connect watchdog behavior below that floor.
Faster retry cadence: ?room=show123&autorecover=1&p2pfailtimeout=6000
More tolerant on unstable mobile data: ?room=show123&autorecover=1&p2pfailtimeout=18000
Last updated
Was this helpful?
Was this helpful?