MediaSFU Shared
    Preparing search index...

    Interface RecordingState

    interface RecordingState {
        status: RecordingStatus;
        active: boolean;
        canRecord: boolean;
        mediaOptions: string;
        elapsedSeconds: number;
    }
    Index

    Properties

    active: boolean

    True while frames are being captured right now.

    canRecord: boolean

    The local user may start/stop recording.

    mediaOptions: string

    'video' | 'audio' — what the room is configured to capture.

    elapsedSeconds: number

    Seconds elapsed, as reported by the SDK.