Member Junction
    Preparing search index...

    Interface StoreRealtimeRecordingResult

    interface StoreRealtimeRecordingResult {
        ErrorMessage: string;
        FileID: string;
    }
    Index

    Properties

    Properties

    ErrorMessage: string

    Why it failed, verbatim from the layer that knew. Null on success.

    FileID: string

    The MJ: Files id when the recording was stored; null on every failure.