diff --git a/static/galene.js b/static/galene.js index 95aea61..f9b0e3f 100644 --- a/static/galene.js +++ b/static/galene.js @@ -1223,7 +1223,7 @@ function setUpStream(c, stream) { }); } } else { - if(c.label !== 'camera' || settings.hqaudio) { + if(settings.hqaudio) { encodings.push({ maxBitrate: hqAudioRate, });