avoid video screen to blink during re-INVITE

update linphone submodules
This commit is contained in:
Simon Morlat 2014-08-22 18:24:58 +02:00
parent 1685212ebb
commit ebe4fa7f4c
2 changed files with 3 additions and 3 deletions

View file

@ -492,7 +492,7 @@ public class InCallActivity extends FragmentActivity implements
showAudioView(); showAudioView();
} else { } else {
if (!call.getRemoteParams().isLowBandwidthEnabled()) { if (!call.getRemoteParams().isLowBandwidthEnabled()) {
LinphoneManager.getInstance().addVideo(); if (LinphoneManager.getInstance().addVideo())
showVideoView(); showVideoView();
} else { } else {
displayCustomToast(getString(R.string.error_low_bandwidth), Toast.LENGTH_LONG); displayCustomToast(getString(R.string.error_low_bandwidth), Toast.LENGTH_LONG);

@ -1 +1 @@
Subproject commit 293ed89daab2458e327c609158d84b3fcfc489be Subproject commit 8e21453946f1759d8c0c0c296f2e2305054575db