Integration with Qumu Widgets
It is possible to integrate the Player SDK with Qumu widgets to control the player.
widget.getSdk(): Promise<PlayerSdk>
Create a widget instance and specify the sdkUrl
property. The SDK will be loaded asynchronously and instantiated.
The sdkUrl
property should point to the player SDK that you want to use. It may be the npm registry url or your own CDN url.