Member Junction
    Preparing search index...

    Function readRealtimeRecordingFile

    • Reads a stored recording's bytes back through authenticated MJStorage (server-side GetObject on the file's own provider/account) — NOT a public pre-signed link. Used to stream a recording to an authorized browser securely. Never throws.

      Parameters

      Returns Promise<{ Bytes: Buffer; MimeType: string }>

      { Bytes, MimeType } or null when the file/account/object can't be resolved.