MediaSFU Shared
    Preparing search index...

    Interface RoomReadiness

    interface RoomReadiness {
        ready: boolean;
        reason: string;
    }
    Index

    Properties

    Properties

    ready: boolean
    reason: string

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