Bitmovin Player API 8.268.0
    Preparing search index...

    Interface RemoteControlConfig

    Configuration interface for a RemoteControl.

    interface RemoteControlConfig {
        customReceiverConfig?: RemoteControlCustomReceiverConfig;
    }

    Hierarchy (View Summary)

    Index
    customReceiverConfig?: RemoteControlCustomReceiverConfig

    An arbitrary configuration object that is sent to the receiver when a connection is established. This object can carry configuration values that are of no concern to and are handled outside of the RemoteControl/ RemoteControlReceiver architecture.