Session statuses
| Stored status | Typical label | Meaning |
|---|---|---|
pending |
Pending or Queued | A session record exists before active processing. |
recording |
Recording | Live local capture is in progress. |
converting |
Converting audio | Local FFmpeg normalization is running. |
transcribing |
Transcribing or Processing | Local Whisper transcription is running. |
transcribed |
Transcribed or Ready | A transcript is available; a summary can be generated or retried. |
summarizing |
Summarizing | A summary request is running. |
done |
Complete or Completed | The automatic workflow completed. |
error |
Error or Failed | The session stores an error message for the failed stage. |
A summary-generation failure preserves the completed transcript and returns the session to transcribed; a conversion or transcription failure can set the session to error.

