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

Commit 16c50f2

Browse files
committed
Remove answerOnBridge and note about Opus
1 parent 7d4814e commit 16c50f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/quickstart.js

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

0 commit comments

Comments
 (0)