Android app not releasing mic/speaker
- by SeaRoth
I have a VOIP application that blocks the microphone and speaker after using it!
Steps to reproduce:
Place a call on 4G (both mic and speaker work)
Place a call on app (both mic and speaker work)
Place a call on 4G (Neither mic nor speaker work)
Steps to fix mic and speaker:
Open applications / Voice Recorder
Record something quickly
Place call (both mic and speaker work)
I have 2 classes with about 300 lines of code each:
RtpStreamReceiver
RtpStreamSender
Am I not releasing something?