CONNECT Player SDK 5 for Browsers and Connected TV

Building the production version

  1. When development is complete, extract the opy-sdk-js-all.js file from the opy-sdk-js-5.5.x-production.zip

  2. Replace the integration opy-sdk-js-all-debug.js file with the production opy-sdk-js-all.js version.

  3. In the page <head> section, change:

    <script src="../../dist/opy-sdk-js-all-debug.js"></script>
    

    to

    <script src="../../dist/opy-sdk-js-all.js"></script>