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

    Interface CreateWhepOptions

    Options for WhepResource.create.

    interface CreateWhepOptions {
        expiresIn?: string | number;
        participantId?: string;
        source?: { participantId: string };
    }
    Index
    expiresIn?: string | number

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

    participantId?: string

    The subscriber's own participant id. Auto-generated (whep-<uuid>) if omitted.

    source?: { participantId: string }

    Which remote participant to pull. Omit to let the server select a default participant. Composition sources are not supported.