Class: Share

Share(player, optionsopt)

An advanced Video.js plugin. For more information on the API

See: https://blog.videojs.com/feature-spotlight-advanced-plugins/

Constructor

new Share(player, optionsopt)

Create a Share plugin instance.

Parameters:
Name Type Attributes Description
player Player

A Video.js Player instance.

options Object <optional>

An optional options object.

    While not a core part of the Video.js plugin architecture, a
    second argument of options is a convenient way to accept inputs
    from your plugin's caller.
Source: