Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ekacare-mintlify-changelog-1776733918.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

April 21, 2026
UpdateFix
April 21, 2026

Improved

  • [EkaScribe] DocAssist iOS WebSocket integration and UI refresh — DocAssist on iOS now uses WebSocket connections with intentional disconnect tracking for more reliable session management. The database layer has been rewritten with async-safe operations, and the chat UI features a refreshed color scheme, system fonts, a new session button, and a connection status indicator.

Fixed

  • [EkaScribe] Voice-to-text error recovery on iOS — Fixed an issue where a voice-to-text processing error left the input UI in a stuck state. The cancel button now only appears while actively recording, and the text input restores automatically on error.
April 17, 2026
Update
April 17, 2026

Improved

  • [EkaScribe] Android SDK MP3 encoding — The EkaScribe Android SDK now uses MP3 encoding (via LAME) instead of AAC/MP4, producing raw MPEG Layer III bitstreams for more reliable audio chunk uploads. The AAC encoder and MP4 format option have been removed. View docs
  • [EkaScribe] Android SDK partial output polling — Transaction result polling in the Android SDK now checks statuses across integration, transcript, and custom fields within templateResults, replacing the legacy output list. Empty statuses are treated as failures instead of timing out, improving error detection. View docs
  • [EkaScribe] iOS SDK parallel chunk processing — The EkaScribe iOS SDK now processes audio chunks in parallel, improving transcription throughput and reducing end-to-end latency for longer recording sessions.
April 16, 2026
FeatureUpdate
April 16, 2026

Added

  • [EkaScribe] Document management in JS SDK — The EkaScribe JS SDK now exposes createDocument, deleteDocument, and getChunkTranscript methods, enabling programmatic document lifecycle management and per-chunk transcript retrieval directly from the SDK. View docs

Improved

  • [EkaScribe] Output polling parameters in JS SDK — The pollOutputSummary method now accepts document_id and dlp query parameters, and the status API response type includes document_id and document_path fields. The status API timeout has been increased from 16s to 20s for improved reliability. View docs
April 13, 2026
Update
Week of April 8–13

Updates

  • EkaScribe documentation revamped — The EkaScribe docs now include a Quick Start guide with a step-by-step TypeScript SDK integration walkthrough. Integration methods are reordered to recommend SDKs first, REST APIs second, and Chrome Extension third. SDK sidebar titles use proper casing, and deprecated APIs are nested under a warning section for clarity. View docs