MediaSFU Shared
    Preparing search index...

    Interface ViewerSessionSnapshot

    interface ViewerSessionSnapshot {
        phase: ViewerSessionPhase;
        session: ViewerSessionIdentity | null;
        status: ViewerSessionStatus | null;
        error: string;
        canRequestPromotion: boolean;
    }
    Index

    Properties

    session: ViewerSessionIdentity | null
    status: ViewerSessionStatus | null
    error: string
    canRequestPromotion: boolean

    True when the provider can accept a promotion request at all.