This release adds problem-based charting, audio buffering, multilingual support, and resolves offline upload and session recovery issues.Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
What’s new
New features
Web SDK 2.0.2Problem-based charting: We’ve added support for problem-based charting (PBN) with LOINC via theisPBNSection property in ambientOptions.Learn more in the Ambient guide.iOS SDK 2.1.0Audio buffering and multilingual: We’ve implemented audio buffering to reduce offline sessions caused by brief internet interruptions and added SukiAmbientConstant.kMultilingual for multilingual processing support.Why it matters: PBN supports problem-oriented documentation. Audio buffering reduces lost sessions from brief network drops. Multilingual supports diverse patient populations.What’s enhanced
Enhancements
Web SDK 2.0.1Default UI options: We’ve updated default values foruiOptions to match the latest UI configuration: close button, start ambient button, dictation, copy, and insert script are enabled by default; create empty note is disabled by default.iOS SDK 2.1.0Background recording handling: We’ve added proper error handling when attempting to start recording while the app is backgrounded, providing clearer error messages and preventing unexpected behavior.Why it matters: Default UI aligns with recommended configuration. Background recording errors are clearer and easier to handle.