Set AudioManager correct mode when outgoing early media + updated linphone
This commit is contained in:
parent
e9d72e0051
commit
7b7b8fb50d
2 changed files with 5 additions and 1 deletions
|
@ -888,6 +888,10 @@ public class LinphoneManager implements LinphoneCoreListener {
|
||||||
adjustVolume(0); // Synchronize
|
adjustVolume(0); // Synchronize
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5547298f2527cb04a6fcef5b8092184b735a5981
|
Subproject commit 0046baac1bfa3e027b901646c7315b2cec8ecce1
|
Loading…
Reference in a new issue