Skip to content

Commit

Permalink
fix(section-reference): fixed incorrect section number
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindra-dyte committed Feb 28, 2024
1 parent 03631fa commit 5c91ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/capabilities/audio/transcriptionGoogle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const speech = new DyteGoogleSpeechRecognition({
meeting, // Dyte meeting object from DyteClient.init
target: 'hi', // Language that the current user wants to see
source: 'en-US', // Language that the current user would speak in
baseUrl: <backend-url>, // Backend URL from step 2.4
baseUrl: <backend-url>, // Backend URL from step 2.2
});

speech.on('transcription', async (data) => {
Expand Down

0 comments on commit 5c91ad7

Please sign in to comment.