Improved ringing while early media
This commit is contained in:
parent
bb5866ead0
commit
d7db1b111c
1 changed files with 3 additions and 0 deletions
|
|
@ -998,6 +998,9 @@ public class LinphoneManager implements LinphoneCoreListener {
|
|||
routeAudioToSpeaker();
|
||||
return;
|
||||
}
|
||||
if (mR.getBoolean(R.bool.allow_ringing_while_early_media)) {
|
||||
routeAudioToSpeaker(); // Need to be able to ear the ringtone during the early media
|
||||
}
|
||||
|
||||
if (Hacks.needGalaxySAudioHack()) {
|
||||
mAudioManager.setMode(MODE_RINGTONE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue