It seems like this would be a good fit to be added into the Options.brs/.xml, but I haven't been able to dedicate enough time to pour over this repo and figure out how individual requests are sent, given the two current options are just used passively instead of resulting in a direct POST, so I can't just copy, paste, and refactor lol
Low Latency mode is a great mode for streams with heavy chat engagement, so I believe it should be considered if feasible.
Inspecting the Firefox traffic for enabling/disabling low-latency mode reveals the following values in the base64'ed POST data json
"component": "latency_mode_toggle", "component_state": "enable",
It seems like this would be a good fit to be added into the Options.brs/.xml, but I haven't been able to dedicate enough time to pour over this repo and figure out how individual requests are sent, given the two current options are just used passively instead of resulting in a direct POST, so I can't just copy, paste, and refactor lol