fix incorrect state name
update linphone submodule
This commit is contained in:
parent
cb1c4b791a
commit
e3bb3b72e1
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ public final class LinphoneUtils {
|
|||
LinphoneCall.State state = call.getState();
|
||||
|
||||
return state == LinphoneCall.State.Connected ||
|
||||
state == LinphoneCall.State.CallUpdated ||
|
||||
state == LinphoneCall.State.CallUpdating ||
|
||||
state == LinphoneCall.State.CallUpdatedByRemote ||
|
||||
state == LinphoneCall.State.StreamsRunning ||
|
||||
state == LinphoneCall.State.Resuming;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2ffe75737083f1a813a54d783ab5a8ccc8f606a7
|
||||
Subproject commit 77a03fbdb1ee31de5203aced075271ed0f9273c7
|
Loading…
Reference in a new issue