&retry
Control automatic retry/reconnect timing for lost streams
Also controls
Options
Parameter
Value
Description
Details
Related
&waitimage&autorecover&p2pfailtimeout&peerrecoverstepsLast updated
Was this helpful?
Control automatic retry/reconnect timing for lost streams
General Option! (&view, &scene, &room)
&retrytimeout — minimum milliseconds to wait before attempting to recover a lost stream (default 5000ms)
Examples:
&retry=30 (seconds)
&retrytimeout=8000 (milliseconds)
&retry
Integer seconds
Periodically re-queries streams and refreshes state
&retrytimeout
Integer ms
Min wait before trying to recover a lost stream
&retry schedules a periodic maintenance task that refreshes stream state (e.g., every N seconds). Lower bounds may be clamped (min ~10s internally).
&retrytimeout sets how long VDO.Ninja waits before proactively trying to recover a missing stream. Minimum enforced is 5000ms.
Useful for long-running overlays and multi-view pages where a guest might temporarily disconnect.
Last updated
Was this helpful?
Was this helpful?