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

Commit 5d8918b

Browse files
committed
Remove comma
1 parent c76769a commit 5d8918b

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
@@ -67,7 +67,7 @@
6767
logLevel: 1,
6868
// Set Opus as our preferred codec. Opus generally performs better, requiring less bandwidth and
6969
// providing better audio quality in restrained network conditions.
70-
codecPreferences: ["opus", "pcmu"],
70+
codecPreferences: ["opus", "pcmu"]
7171
});
7272

7373
addDeviceListeners(device);

0 commit comments

Comments
 (0)