Interface KeySystemConfiguration

interface KeySystemConfiguration {
    enabled: boolean;
}

Properties

Properties

enabled: boolean

Whether this key system is allowed during source selection. When set to false, sources using this key system will be filtered out before playback, even if the device reports support for it.

This setting only affects sources loaded via loadBrightcoveVideoModel(). Sources passed directly to loadRemoteVideo() are not filtered.

Defaults to true.