Installation
Which flow to choose?
- If you use a bundler (Webpack, Rollup, Vite), choose
With NPM
. This version supports all browsers. - Otherwise, choose a CDN :
- If you do not need to support Internet Explorer 11, we recommend to use
via CDN (ESM)
. - Otherwise, choose
Via CDN (UMD)
- If you do not need to support Internet Explorer 11, we recommend to use
-
Install the library into your project
-
Add your iframe on the HTML page
-
Add the logic to your application
-
Add your iframe on the HTML page
- Replace
<url-to-presentation>
with the URL of a Qumu presentation.
- Replace
-
Load the JavaScript library
- Replace
<version>
with the version of the library you want to use. Get the latest version from https://unpkg.com/@enghouse-qumu/player-sdk
- Replace
-
Add the logic to your application
-
Add your iframe on the HTML page
- Replace
<url-to-presentation>
with the URL of a Qumu presentation.
- Replace
-
Add the logic to your application
- Replace
<version>
with the version of the library you want to use. Get the latest version from https://unpkg.com/@enghouse-qumu/player-sdk
- Replace
TypeScript support
This library supports TypeScript by default.