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

Commit 2c42918

Browse files
authored
Change debug to logLevel: 1 (#49)
1 parent 451f186 commit 2c42918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/quickstart.js

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

0 commit comments

Comments
 (0)