Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
cb7e6727
Commit
cb7e6727
authored
14 years ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
add new LinphoneCallState in java
parent
6fdd6a3e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/common/org/linphone/core/LinphoneCall.java
+5
-1
java/common/org/linphone/core/LinphoneCall.java
with
5 additions
and
1 deletion
java/common/org/linphone/core/LinphoneCall.java
+
5
−
1
View file @
cb7e6727
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets