Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
benlower committed Dec 19, 2024
1 parent b31f2fb commit 96ea975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/twilio-incoming-quickstart-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const app = express();
const port = 3000;

// Configuration
const ULTRAVOX_API_KEY = 'SbifT46Y.SftLF1drgxqsvAOVuN44twKU3kAEtxfP';
const ULTRAVOX_API_KEY = 'your_ultravox_api_key_here';
const ULTRAVOX_API_URL = 'https://api.ultravox.ai/api/calls';

// Ultravox configuration
Expand Down

0 comments on commit 96ea975

Please sign in to comment.