Interface VideoJSQualityPlugin

Interface for the Amazon IVS Video.js quality plugin.

Plugins are essentially mixins, so this type interface should be used as an intersection type with the Video.js player interface.

interface VideoJSQualityPlugin {
    enableIVSQualityPlugin(): void;
}

Methods

  • Enables the quality plugin.

    Returns void