Skip to main content

Platform Player

The Platform Player library is a wrapper on top of Player library that bridges player with Quickplay platform to provide platform features.

The library is predominately a proxy of Player library with platform specific implementations like Zero Trust Compliant License Requests. The delegate implementation available with this library is Zero Trust compliant (secured with authorization header).

Usage​

The library provides methods to create player and related instances for consumption.

const playerBuilder = flPlatformPlayer.createPlayerBuilder();
const licenseHandler =
await flPlatformPlayer.getLicenseHandler(platformAuthorizer);
licenseHandler.licenseRequestHandler(request);
licenseHandler.licenseResponseHandler(response);