From 4e3fc94fa056fdfcb1119484de7dd282af9060b9 Mon Sep 17 00:00:00 2001 From: Debian Date: Tue, 3 Nov 2020 10:12:04 +0000 Subject: [PATCH] Fix typo missing "p" --- app/public/config/config.example.js | 2 +- app/src/RoomClient.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/public/config/config.example.js b/app/public/config/config.example.js index 7480a23a..6708787b 100644 --- a/app/public/config/config.example.js +++ b/app/public/config/config.example.js @@ -111,7 +111,7 @@ var config = noiseThreshold : -60 // default -60 / This is only for voiceActivatedUnmute and audio-indicator }, // Audio options for now only centrally from config file: - centralAudioOtions: + centralAudioOptions: { sampleRate : 96000, // default : 96khz / will not eat that much bandwith thanks to opus channelCount : 1, // default : 1 / usually mics are mono so this saves bandwidth diff --git a/app/src/RoomClient.js b/app/src/RoomClient.js index 04712528..6300606c 100644 --- a/app/src/RoomClient.js +++ b/app/src/RoomClient.js @@ -1244,7 +1244,7 @@ export default class RoomClient opusFec = true, opusPtime = 10, opusMaxPlaybackRate = 48000 - } = window.config.centralAudioOtions; + } = window.config.centralAudioOptions; if ( (restart && this._micProducer) ||