Function registerIVSQualityPlugin

  • Registers the Amazon IVS quality plugin with Video.js. No-op if already registered.

    Once registered, you have access to the enableIVSQualityPlugin method on the Video.js object, which enables the quality UI toggle.

    Parameters

    • videojs: any

      video.js object.

    Returns void

    Throws

    Will throw a VideoJSError if video.js is not available

Generated using TypeDoc