Android app not releasing mic/speaker

Posted by SeaRoth on Stack Overflow See other posts from Stack Overflow or by SeaRoth
Published on 2014-08-25T16:16:30Z Indexed on 2014/08/25 16:19 UTC
Read the original article Hit count: 282

Filed under:
|
|
|
|

I have a VOIP application that blocks the microphone and speaker after using it!

Steps to reproduce:

  1. Place a call on 4G (both mic and speaker work)
  2. Place a call on app (both mic and speaker work)
  3. Place a call on 4G (Neither mic nor speaker work)

Steps to fix mic and speaker:

  1. Open applications / Voice Recorder
  2. Record something quickly
  3. Place call (both mic and speaker work)

I have 2 classes with about 300 lines of code each:

  1. RtpStreamReceiver
  2. RtpStreamSender

Am I not releasing something?

© Stack Overflow or respective owner

Related posts about android

Related posts about call