Skip to content

Commit 81bb0b1

Browse files
examples-botclaude
andcommitted
fix(examples): revert boolean→string regression for SDK options in 020-twilio-media-streams-node
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5ad54a8 commit 81bb0b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • examples/020-twilio-media-streams-node/src

examples/020-twilio-media-streams-node/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const DEEPGRAM_LIVE_OPTIONS = {
1414
encoding: 'mulaw',
1515
sample_rate: 8000,
1616
channels: 1,
17-
smart_format: 'true',
18-
interim_results: 'true',
17+
smart_format: true,
18+
interim_results: true,
1919
utterance_end_ms: 1000,
2020
};
2121

0 commit comments

Comments
 (0)