@movingimage-evp/player-sdk
    Preparing search index...

    Interface PlayoutOptions

    Defines the options used to play the video.

    interface PlayoutOptions {
        channelId?: string;
        playerId: string;
        videoId: string;
    }
    Index

    Properties

    channelId?: string

    The id of the channel this video belongs to.

    undefined
    
    playerId: string

    The ID of the player configuration used.

    videoId: string

    The ID of the embedded video.