I already added the HQ Audio constraints when creating the tracks. Is there a way that I can set those audio settings through lib-jitsi-meet? Or somehow trigger the SDP munging in the function _mungeOpus(description)
When you’re using lib-jitsi-meet there are three places config settings get passed: the JitsiConnection constructor, JitsiConnection.initJitsiConference(), and JitsiMeetJS.createLocalTracks().
jitsi-meet takes settings from config.js and, depending on their purpose, passes them (occasionally under a different name!) to one of these three functions.
I think audioQuality needs to be passed to initJitsiConference().