// Fallback: set videoReady to true after 1 second to avoid timeout
setTimeout(() => {
console.log("Setting videoReady to true via timeout fallback");
videoReady = true;
}, 1000);Should clarify when we might see this fallback and why, otherwise it seems like something we probably shouldn't be doing as something else could be wrong? (e.g. video isn't pumping frames)
console.log("onRequestSession overridden");Should probably remove most of these console.log's
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |