Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit c76769a

Browse files
committed
Remove answerOnBridge and note about Opus
1 parent eaba3fc commit c76769a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/quickstart.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@
6565
log("Initializing device");
6666
device = new Twilio.Device(token, {
6767
logLevel: 1,
68-
answerOnBridge: true,
6968
// Set Opus as our preferred codec. Opus generally performs better, requiring less bandwidth and
70-
// providing better audio quality in restrained network conditions. Opus will be default in 2.0.
69+
// providing better audio quality in restrained network conditions.
7170
codecPreferences: ["opus", "pcmu"],
7271
});
7372

0 commit comments

Comments
 (0)