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

    Interface CompositeWatermark

    interface CompositeWatermark {
        imageBase64?: string;
        imageUrl?: string;
        text?: string;
        timezone?: string;
        topic?: string;
        type: "custom" | "pubsub";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    imageBase64?: string
    imageUrl?: string
    text?: string
    timezone?: string

    IANA timezone (for custom type).

    topic?: string

    Pub/sub topic (for pubsub type).

    type: "custom" | "pubsub"