I'm trying to use Janus as an audioroom which connects audio from a web app and a react-native app. The web app works fine and receives & transmits audio perfectly through janus but when the react-native app uses janus, it only receives audio and doesn't send any audio.
This message appears in the logs: [WARN] Skipping disabled/unsupported media line... Here are the full logs when trying to connect from the react-native app:
https://pastebin.com/4NJFi5Nd
Anyone that can help me out with this issue? Could it be a codec issue?
I've only tried this on Android (physical device and emulator), not iOS.