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

    Interface OnFailureConfig

    Behavior when a composition fails.

    interface OnFailureConfig {
        action: "close-room";
        waitTime?: number;
    }
    Index
    action: "close-room"
    waitTime?: number

    Seconds to wait before applying the action; capped at 150 (default 150).