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

    Interface AutoCloseConfigInput

    Auto-close behavior for a room's session.

    interface AutoCloseConfigInput {
        afterInactiveSeconds?: number;
        type?: AutoCloseType;
    }
    Index
    afterInactiveSeconds?: number

    Automatically close the session after this many seconds.

    What happens when the session closes: "session-ends" (default) or "session-end-and-deactivate".