Skip to content

Commit

Permalink
Update zoomBot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnoob authored Jun 28, 2022
1 parent d6c58e6 commit e69cd4b
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) => {
transcription: { provider: 'assemblyai' },

// Webhook URL that is provided via our .env file.
real_time_transcription: { destination_url: `${process.env.MEETING_URL}/meeting_transcript` }
real_time_transcription: { destination_url: `${process.env.WEBHOOK_URL}/meeting_transcript` }
}
const response = await recall.post('/bot', payload)
const { data: { id } } = response
Expand Down

0 comments on commit e69cd4b

Please sign in to comment.