bitmovin-player-ui
    Preparing search index...

    Interface ExternalRecommendationLink

    A link to an external recommended video that can be shown in the RecommendationOverlay after the playback of the current video has ended.

    interface ExternalRecommendationLink {
        thumbnail?: string;
        url: string;
    }
    Index

    Properties

    Properties

    thumbnail?: string

    A thumbnail image URL representing the recommended video.

    url: string

    The URL of the recommended video.