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

    Interface CreateWhipOptions

    Options for WhipResource.create.

    interface CreateWhipOptions {
        expiresIn?: string | number;
        name?: string;
        participantId?: string;
        useExistingPeer?: boolean;
    }
    Index
    expiresIn?: string | number

    How long the publish credential stays valid. Defaults to "1h".

    name?: string

    Display name shown for the publisher.

    participantId?: string

    The publisher's participant id. Auto-generated (whip-<uuid>) if omitted.

    useExistingPeer?: boolean

    Reuse an existing participant instead of creating a new one.