CONNECT Player SDK 1 for Browsers

Building the production version

  1. When development is complete, extract the opy-sdk-browser-all.js file from the opy-sdk-browser<version>-production.zip.

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

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

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

    to:

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