[Example] 250 — Agora Real-Time Audio Transcription (Node.js)#125
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[Example] 250 — Agora Real-Time Audio Transcription (Node.js)#125github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
⏳ Waiting on credentials Missing: AGORA_APP_ID AGORA_APP_CERTIFICATE Add these as repository secrets and the next review sweep will pick this up. |
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.
New example: Agora Real-Time Audio Transcription (Node.js)
Integration: Agora | Language: Node.js | Products: STT
What this shows
Transcribes live audio from an Agora RTC channel in real-time using Deepgram streaming STT. A Node.js server generates Agora tokens, serves a browser UI where users join a channel, captures microphone audio via the Agora Web SDK, and streams it through a WebSocket to Deepgram for live transcription with speaker diarization.
Required secrets
AGORA_APP_ID— Agora project App IDAGORA_APP_CERTIFICATE— Agora project App CertificateBuilt by Engineer on 2026-04-02