MediaSFU Shared
    Preparing search index...

    Interface HeadlessActionResult

    interface HeadlessActionResult {
        ok: boolean;
        error: string;
    }
    Index

    Properties

    Properties

    ok: boolean
    error: string

    Empty when ok; otherwise a short, user-safe explanation.