reduce timing between audio and video activity when calling someone
This commit is contained in:
parent
14e57fcc72
commit
44c2bc9419
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ public class LinphoneActivity extends TabActivity implements ContactPicked
|
||||||
boolean videoEnabled = call.cameraEnabled() && call.getCurrentParamsCopy().getVideoEnabled();
|
boolean videoEnabled = call.cameraEnabled() && call.getCurrentParamsCopy().getVideoEnabled();
|
||||||
if (videoEnabled) {
|
if (videoEnabled) {
|
||||||
finishActivity(incall_activity);
|
finishActivity(incall_activity);
|
||||||
startVideoActivity(call, 1000);
|
startVideoActivity(call, 0);
|
||||||
} else {
|
} else {
|
||||||
finishActivity(video_activity);
|
finishActivity(video_activity);
|
||||||
startIncallActivity();
|
startIncallActivity();
|
||||||
|
|
Loading…
Reference in a new issue