Configuration for the player view UI and behavior.

interface RNViewConfig {
    displayType?: RNPlayerViewDisplayType;
    nowPlaying?: RNNowPlaying;
    plugins?: RNPlugins;
    testIdentifiers?: RNTestIdentifiers;
    toggles?: RNViewConfigToggles;
}

Properties

Display type of the player view.

nowPlaying?: RNNowPlaying

Now playing information to display in the player. To change metadata of a current programm for VLL strteams

plugins?: RNPlugins

Custom pure JS plugin components to display in the player.

testIdentifiers?: RNTestIdentifiers

Test identifiers for UI elements (used for testing/automation).

View configuration toggles for showing/hiding UI elements or disabling/enabling features.