Turns out the microphone will not work on some devices when starting in "audio only", because the audio mode is not set to the MODE_IN_COMMUNICATION, but to the MODE_IN_CALL. Calling setAudioModeIsVoip(true) makes the system adjust to MODE_IN_COMMUNICATION and the mic works fine.j8
|
|
||
191 |
|
191 |
|
192 |
|
192 |
|
193 |
|
193 |
|
|
194 |
|
|
|
195 |
|
|
|
196 |
|
|
194 |
|
197 |
|
195 |
|
198 |
|
196 |
|
199 |
|
|
|
||
426 |
|
429 |
|
427 |
|
430 |
|
428 |
|
431 |
|
429 |
|
|
|
|
432 |
|
|
430 |
|
433 |
|
431 |
|
434 |
|
432 |
|
435 |
|