Hello there!
I've been using your lib for WebRTC and I have one major issue which I'm not sure if it's an implementation issue or on the library side.
Audio is not playing on Android, but sending audio from Android to other sides (Web or iOS), works fine and it plays fine. I'm not sure if there are any specific settings or things I need to do to play audio - I've enabled all audio tracks that arrive through addTrack/addStream, I've set up the AudioManager to use the speakerphone and enable IN_COMMUNICATION mode.
I've also made sure that the selected device is the speakerphone whenever a track is added.
I've enabled the JavaAudioModule and added callbacks and from what I can figure out I think the tracks are never started.
Could you let me know what step I'm missing to enable audio? It woud be very much appreciated!
Thanks!
Hello there!
I've been using your lib for WebRTC and I have one major issue which I'm not sure if it's an implementation issue or on the library side.
Audio is not playing on Android, but sending audio from Android to other sides (Web or iOS), works fine and it plays fine. I'm not sure if there are any specific settings or things I need to do to play audio - I've enabled all audio tracks that arrive through addTrack/addStream, I've set up the AudioManager to use the speakerphone and enable IN_COMMUNICATION mode.
I've also made sure that the selected device is the speakerphone whenever a track is added.
I've enabled the JavaAudioModule and added callbacks and from what I can figure out I think the tracks are never started.
Could you let me know what step I'm missing to enable audio? It woud be very much appreciated!
Thanks!