MediaSFU Shared
    Preparing search index...

    Interface ViewerSessionStatus

    interface ViewerSessionStatus {
        approved: boolean;
        pending?: boolean;
        reason?: string;
        playbackUrl?: string;
    }
    Index

    Properties

    approved: boolean

    True once the host has approved this viewer for the floor.

    pending?: boolean

    True while a request is outstanding.

    reason?: string

    Free-text reason when a request was refused.

    playbackUrl?: string

    Provider may refresh the playback URL (signed URLs expire).