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.7.x-production.zip for the standard SDK, or

    • the opy-sdk-js-all-no-ui.js file from the opy-sdk-js-5.7.x-production-no-ui.zip for the Reduced Size SDK.

  2. Replace the integration file opy-sdk-js-all-integration.js / opy-sdk-js-all-no-ui-integration.js with the production version.

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

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

    to

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