THEOplayer Web SDK
    Preparing search index...

    Interface ChannelDrmConfigResponse

    The DRM configuration of a THEOlive endpoint.

    interface ChannelDrmConfigResponse {
        fairplay?: FairPlayChannelDrmKeySystemResponse;
        integration: string;
        playready?: ChannelDrmKeySystemResponse;
        widevine?: ChannelDrmKeySystemResponse;
    }
    Index

    Properties

    integration: string