Configuration for custom plugin components in the player.

interface RNPlugins {
    embedded?: RNEmbeddedPlugins;
    overlays?: RNOverlayPlugins;
}

Properties

Properties

Embedded plugins (rendered within the player layout).

overlays?: RNOverlayPlugins

Overlay plugins (rendered on top of the player UI).