New Features
We’ve added Telehealth Audio Capture functionality to enhance remote patient care documentation. This feature allows the SDK to capture audio directly from separate tabs on a browser window hosting your telehealth session, ensuring accurate ambient clinical documentation during virtual visits via zoom, teams, etc
This feature is an opt-in setting and is disabled by default. To enable this feature, follow the steps in the Telehealth guide.
New Features
- Added 6 new auth events and 5 new ambient events to the
EmitterEventstype. Refer to the emitterevents-type for more information. These events will help you monitor the state of the ambient session and handle responses accordingly - Offline mode now supports a 15-second buffer to handle temporary connection problems. This gives you time to show a notification in your UI, like Connection unstable, before the session goes fully offline
- Feedback mechanism is also available in Web SDK. You can use this mechanism to collect user feedback on AI-generated content
Features
- Added an option to pass the
providerIdduring initialisation of the SDK. This officially adds support for Bearer auth types
main.js
App.tsx
Bug Fixes
- Fixed incorrect flags,
isAmbientInProgressandisAmbientPausedflags in theambient:updateevents - Fixed resetting the value of
activeAmbientIdin useSuki hook after a session has been submitted or cancelled
Additional Changes
- Removed insert script option from the sections in the note page
Additional changes
- Updated
uiOptionsdefault values to match the latest UI configurationuiOptions.showCloseButtonis nowtrueby defaultuiOptions.showStartAmbientButtonis nowtrueby defaultuiOptions.showCreateEmptyNoteButtonis nowfalseby defaultuiOptions.sectionEditing.enableDictationis nowtrueby defaultuiOptions.sectionEditing.enableCopyis nowtrueby defaultuiOptions.sectionEditing.insertScriptis nowtrueby default
Major Changes
- Automated user registration — reduces manual work and accelerates onboarding with programmatic organization and user creation
- LOINC code integration — standardizes note sections, improving quality, scalability, and onboarding efficiency
- Expanded theme options — enhances customization flexibility with additional theme properties. Refer to the themeing guide for more examples
Bug fixes
Bug fixes
Bug fixes
- Enhanced user experience & visual improvements
- Faster note generation
- Improved stability
Clinical note creation by listening to provider-patient conversations