Skip to content

Commit

Permalink
Merge pull request #2 from davidgu/main
Browse files Browse the repository at this point in the history
correct transcription provider field
  • Loading branch information
agalyanmann authored Apr 3, 2023
2 parents 39ee624 + fbb0234 commit 1fb9997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoomBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const connectBot = async (meetingURL) => {
bot_name: "Transcription Bot",

// Specify AssemblyAI as the transcription provider.
transcription: { provider: 'assemblyai' },
transcription_options: { provider: 'assembly_ai' },

// Webhook URL that is provided via our .env file.
real_time_transcription: { destination_url: `${process.env.WEBHOOK_URL}/meeting_transcript` }
Expand Down

0 comments on commit 1fb9997

Please sign in to comment.