Optional background_Optional dont_Don't automatically send pings
Optional ignore_Timestamp (ms since epoch). Pong responses whose originating ping was sent before this time are silently discarded. Set to Date.now() when transitioning from background to foreground so that stale in-flight pongs from the background period don't pollute latency measurements.
Optional ping_Optional quietDon't log connection/disconnect things
Optional timeout_
When true, pings are still sent (letting the browser throttle naturally) but no timeout timers are armed and pong responses are silently ignored (no latency/drift updates, no timeout signals). Used when the tab is in the background so we keep the connection alive through intermediaries without reacting to unreliable timing measurements.