The remote control config for a source.

Platform

iOS

interface SourceRemoteControlConfig {
    castSourceConfig?: null | SourceConfig;
}

Properties

castSourceConfig?: null | SourceConfig

The SourceConfig for casting. Enables to play different content when casting. This can be useful when the remote playback device supports different streaming formats, DRM systems, etc. than the local device. If not set, the local source config will be used for casting.