DEV-1833: Document app dictation through the JS API - #291
Open
tonytlwu wants to merge 2 commits into
Open
Conversation
Deploying fliplet-cli with
|
| Latest commit: |
d785a87
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://01dab929.fliplet-cli.pages.dev |
| Branch Preview URL: | https://feature-dev-1833-app-dictati.fliplet-cli.pages.dev |
Arpanexe
reviewed
Aug 21, 2026
Arpanexe
left a comment
Contributor
There was a problem hiding this comment.
Found one issue in the browser recording example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fliplet.AI.transcribeAudio(audio, options)contract forBlobandFileinputs.MediaRecorderdictation example with MIME negotiation, cancellation, timeout handling, and microphone cleanup.llms-full.txtmirror.Jira
DEV-1833
Related API PR
Fliplet/fliplet-api#8534
Merge and publication gate
Do not merge or publish this documentation PR until the API change in #8534 has reached production. Its release PR must be merged into
fliplet-apimasterandci/circleci: deploy-api-productionmust succeed. The integration-environment deployment is for QA only and does not satisfy this gate.QA sample code
Until this PR is merged and published, the live developer documentation will not contain the new example. QA must copy the runnable sample from the
docs/API/core/ai.mddiff in this PR.The runtime portion depends on API PR #8534 being available in the test environment.
Test plan
From the
docsdirectory:npm run test:unit— 163 tests pass.npm run check:docs— strict index and cross-link validation passes.bundle exec jekyll build— the documentation site builds successfully. Existing unrelated Liquid warnings remain.npm run build:md-siblings— 203 Markdown siblings and 17.well-knownfiles are copied.Fliplet.AIsource section and generatedllms-full.txtsection match.For runtime QA after the API PR is deployed:
result.textis displayed.ai.audioaudit entry contains the current app and screen without transcript text.ai_audio_minutededuct is attributed to the app with runtime source and server-derived duration.Notes
Client cancellation stops the browser upload but does not guarantee that provider work already started by the server is cancelled or that incurred credit usage is reversed.