THEOplayer Web SDK
    Preparing search index...

    Interface ChannelDrmKeySystemResponse

    The key system configuration of a THEOlive endpoint.

    interface ChannelDrmKeySystemResponse {
        licenseUrl: string;
        queryParameters: { [key: string]: any } | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    licenseUrl: string
    queryParameters: { [key: string]: any } | undefined