Skip to content

Commit

Permalink
fix(web): config.js syntax errors (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkvanmeerten authored Dec 13, 2024
1 parent eea18b1 commit f18b182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/rootfs/defaults/settings-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ config.enableNoisyMicDetection = {{ $ENABLE_NOISY_MIC_DETECTION }};
//

config.p2p = {
enabled: {{ $ENABLE_P2P }};
codecPreferenceOrder: {{ $CODEC_ORDER_P2P }};
enabled: {{ $ENABLE_P2P }},
codecPreferenceOrder: {{ $CODEC_ORDER_P2P }},
mobileCodecPreferenceOrder: {{ $CODEC_ORDER_P2P_MOBILE }}
};

Expand Down

0 comments on commit f18b182

Please sign in to comment.