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

Commit eaba3fc

Browse files
authored
Merge pull request #9 from TwilioDevEd/DEVED-6517
Change debug to logLevel: 1
2 parents a9ed58c + 2ab2353 commit eaba3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/quickstart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
logDiv.classList.remove("hide");
6565
log("Initializing device");
6666
device = new Twilio.Device(token, {
67-
debug: true,
67+
logLevel: 1,
6868
answerOnBridge: true,
6969
// Set Opus as our preferred codec. Opus generally performs better, requiring less bandwidth and
7070
// providing better audio quality in restrained network conditions. Opus will be default in 2.0.

0 commit comments

Comments
 (0)