Closed Piasy closed 5 years ago
Add code below to Echo sample MainActivity startEchoing method could reproduce it:
AudioManager audioManager = ((AudioManager) getApplicationContext() .getSystemService(Context.AUDIO_SERVICE)); audioManager.setMode(AudioManager.MODE_IN_COMMUNICATION);
This sample has been deprecated/archived (check README for more information on newer samples related to this technology).
As recommended by GitHub, we are closing all issues and pull requests.
Add code below to Echo sample MainActivity startEchoing method could reproduce it: