CONNECT Player SDK 5 for Browsers and Connected TV

Building the production version

  1. When development is complete, replace the integration file with the production version.

    • opy-sdk-js-all-integration.js with opy-sdk-js-all-production.js, or

    • opy-sdk-js-all-no-ui-integration.js with opy-sdk-js-all-no-ui-production.js

  2. 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>