Member Junction
    Preparing search index...

    Class UploadRealtimeRecordingResult

    Result of RealtimeClientSessionResolver.UploadRealtimeRecording — a structured success/failure envelope. A recording-storage failure must never throw to the browser (the session it belongs to has already ended), so problems come back as Success: false with a human-readable reason; only ownership/authn violations (from loadOwnedSession) still throw.

    Index

    Constructors

    Properties

    Constructors

    Properties

    ErrorMessage?: string

    Human-readable failure reason. Null on success.

    FileID?: string

    ID of the created MJ: Files row holding the uploaded recording. Null on failure.

    Success: boolean

    True when the audio was stored and the session was stamped with the recording file.