Hi, I’m using Jitsi ( lib-jitsi-meet API - low level) for audio only calls and recording the calls in PCM format. So far all good and Jitsi calls are working great.
I see that the default audio codec being used is Opus, which is a lossy codec. However, I’d like to record the calls using G711 (PCMU/PCMA) codecs and other wideband audio codecs.
I see the list of configurations here where we can change the preferred video codec ( preferredCodec: ‘VP8’). There aren’t any configurations to (force) change the audio codec being used.
Currently we are using meet.jit.si and soon we’ll self-host jitsi on our server.
Is it possible to change the audio codec being used with Jitsi?
Apologies. Initially by mistake I created the post in Developers forum. Later I realized it should be in Install & Config forum. Unfortunately, I couldn’t delete the post there. I’ve now flagged the post for the admin to delete.