-->
A testing bundle is a custom script that facilitates communication between your OTT Application and our testing server.
<script
type="text/javascript"
src="https://ott-testing.remoteorigin.com/bundle/bundle.js"
></script>
document.addEventListener("DOMContentLoaded", () => {
const script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://ott-testing.remoteorigin.com/bundle/bundle.js";
document.head.appendChild(script);
});