OptiView Ads SDK
    Preparing search index...

    Type Alias SsaiSessionConfig

    SsaiSessionConfig: Omit<SessionConfig, "manifestUrl"> & {
        customAssetKey: string;
        stitcherUrl: string;
    }

    Per-session configuration for mode: 'ssai': keyed on the stitched master URL instead of a manifest URL. The SDK appends stream_id, max_bitrate and extra params and never rebuilds the path.

    Type Declaration

    • customAssetKey: string

      Custom asset key for the GAM DAI stream. Required: SSAI has no break manifest to take it from.

    • stitcherUrl: string

      Full URL of the stitcher master playlist for this content.