avoid video screen to blink during re-INVITE
update linphone submodules
This commit is contained in:
parent
1685212ebb
commit
ebe4fa7f4c
2 changed files with 3 additions and 3 deletions
|
@ -492,7 +492,7 @@ public class InCallActivity extends FragmentActivity implements
|
|||
showAudioView();
|
||||
} else {
|
||||
if (!call.getRemoteParams().isLowBandwidthEnabled()) {
|
||||
LinphoneManager.getInstance().addVideo();
|
||||
if (LinphoneManager.getInstance().addVideo())
|
||||
showVideoView();
|
||||
} else {
|
||||
displayCustomToast(getString(R.string.error_low_bandwidth), Toast.LENGTH_LONG);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 293ed89daab2458e327c609158d84b3fcfc489be
|
||||
Subproject commit 8e21453946f1759d8c0c0c296f2e2305054575db
|
Loading…
Reference in a new issue