Fix typo missing "p"

This commit is contained in:
Debian 2020-11-03 10:12:04 +00:00
parent f613e24f83
commit 4e3fc94fa0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1244,7 +1244,7 @@ export default class RoomClient
opusFec = true,
opusPtime = 10,
opusMaxPlaybackRate = 48000
} = window.config.centralAudioOtions;
} = window.config.centralAudioOptions;
if (
(restart && this._micProducer) ||