mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 21:40:32 +00:00
Fix typo missing "p"
This commit is contained in:
parent
f613e24f83
commit
4e3fc94fa0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1244,7 +1244,7 @@ export default class RoomClient
|
|||
opusFec = true,
|
||||
opusPtime = 10,
|
||||
opusMaxPlaybackRate = 48000
|
||||
} = window.config.centralAudioOtions;
|
||||
} = window.config.centralAudioOptions;
|
||||
|
||||
if (
|
||||
(restart && this._micProducer) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue