forked from mirrors/linphone-iphone
add new LinphoneCallState in java
This commit is contained in:
parent
6fdd6a3ef0
commit
cb7e67278a
1 changed files with 5 additions and 1 deletions
|
|
@ -110,7 +110,11 @@ public interface LinphoneCall {
|
|||
* The remote accepted the call update initiated by us
|
||||
*/
|
||||
public static final State CallUpdated = new State(17, "CallUpdated");
|
||||
|
||||
|
||||
/**
|
||||
* The call object is now released.
|
||||
*/
|
||||
public static final State CallReleased = new State(18,"CallReleased");
|
||||
|
||||
private State(int value,String stringValue) {
|
||||
mValue = value;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue