Re-ambient sessions
Each ambient session creates a new note, even if the patient and encounter identifiers are the same. To continue working on an existing note:Session recovery
If the app crashes or a session is abandoned (not cancelled or submitted), the Web SDK automatically recovers the last ambient session when the app loads again.What gets recovered
Restore Audio Recording
Restore Audio Recording
The last recorded audio is restored and made available for processing.
Reattach Session Metadata
Reattach Session Metadata
Session metadata (encounter details, timestamps, configuration) is reattached to maintain continuity.
User Prompt
User Prompt
The user is prompted to either generate the note or discard the session. If the user chooses to generate the note, the SDK proceeds with note generation in the background.
Best practices
Always submit or cancel the active ambient session when users navigate away from the encounter. This prevents unintended session recoveries.Recommendation: Show a confirmation dialog before navigation so users can decide whether to continue or discard the session.
Next steps
- Offline behavior: Offline mode
- Note submission: Note management
- Return to Ambient session overview