&peerrecoversteps
Sets how many automated recovery steps are attempted per peer before giving up
Last updated
Was this helpful?
Sets how many automated recovery steps are attempted per peer before giving up
General Option! (&push, &room, &view, &scene, &director)
&p2precoversteps
Example: &peerrecoversteps=4
Integer
Max number of recovery steps
Default is 3.
Allowed range is clamped to 1 through 6.
Higher values allow more retries before the peer is closed/rebuilt.
Lower values fail fast and rely on fresh reconnection sooner.
Current recovery ladder (simplified):
Attempt ICE restart.
Rotate ICE/TURN preference and attempt relay escalation, then ICE restart.
Additional attempts continue up to the configured step limit; with &autorecover and WHIP/WHEP configured, auto-fallback signaling may be attempted for eligible peers.
Balanced default-like behavior: ?room=show123&peerrecoversteps=3
Very persistent recovery: ?room=show123&autorecover=1&peerrecoversteps=6
Last updated
Was this helpful?
Was this helpful?