@videosdk.live/server-sdk
    Preparing search index...

    Interface CompositionConfig

    Composition config shared by recording / HLS / livestream. Extra recorder-specific fields are allowed via the index signature.

    interface CompositionConfig {
        layout?: LayoutConfig;
        orientation?: Orientation;
        theme?: Theme;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    layout?: LayoutConfig
    orientation?: Orientation
    theme?: Theme