Fix pause in videocall
This commit is contained in:
parent
6dea1c450e
commit
9aee2dd375
1 changed files with 5 additions and 0 deletions
|
@ -502,6 +502,11 @@ public class LinphoneActivity extends TabActivity implements ContactPicked
|
|||
startIncallActivity();
|
||||
}
|
||||
}
|
||||
|
||||
if (state == LinphoneCall.State.PausedByRemote) {
|
||||
finishActivity(video_activity);
|
||||
startIncallActivity();
|
||||
}
|
||||
|
||||
if (state==State.Error){
|
||||
showToast(R.string.call_error, message);
|
||||
|
|
Loading…
Reference in a new issue