Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit dc9192c

Browse files
committed
Add a defautl for WebRTC device settings
Signed-off-by: Šimon Brandner <[email protected]>
1 parent db1d01e commit dc9192c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/settings/Settings.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,15 +569,15 @@ export const SETTINGS: {[setting: string]: ISetting} = {
569569
},
570570
"webrtc_audiooutput": {
571571
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
572-
default: null,
572+
default: "default",
573573
},
574574
"webrtc_audioinput": {
575575
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
576-
default: null,
576+
default: "default",
577577
},
578578
"webrtc_videoinput": {
579579
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
580-
default: null,
580+
default: "default",
581581
},
582582
"language": {
583583
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,

0 commit comments

Comments
 (0)