Set AudioManager correct mode when outgoing early media + updated linphone

This commit is contained in:
Sylvain Berfini 2014-08-05 12:03:35 +02:00
parent e9d72e0051
commit 7b7b8fb50d
2 changed files with 5 additions and 1 deletions

View file

@ -889,6 +889,10 @@ public class LinphoneManager implements LinphoneCoreListener {
} }
} }
if (state == State.OutgoingEarlyMedia) {
Compatibility.setAudioManagerInCallMode(mAudioManager);
}
if (state == State.CallReleased || state == State.Error) { if (state == State.CallReleased || state == State.Error) {
if (mLc.getCallsNb() == 0) { if (mLc.getCallsNb() == 0) {
if (mAudioFocused){ if (mAudioFocused){

@ -1 +1 @@
Subproject commit 5547298f2527cb04a6fcef5b8092184b735a5981 Subproject commit 0046baac1bfa3e027b901646c7315b2cec8ecce1