DengYu98
Results
1
issues of
DengYu98
Hi @mail2chromium , there is a question: If you set the MODE_IN_COMMUNICATION, you probably don't need the apm using webrtc. ``` AudioManager audioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); audioManager.setMode(AudioManager.MODE_IN_COMMUNICATION); ``` I found...