mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
fix java wrapper
This commit is contained in:
parent
4b7f92995a
commit
847f56bb4c
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ public interface LinphoneCallStats {
|
|||
* Video
|
||||
*/
|
||||
static public MediaType Video = new MediaType(1, "Video");
|
||||
/**
|
||||
* Text
|
||||
*/
|
||||
static public MediaType Text = new MediaType(2, "Text");
|
||||
protected final int mValue;
|
||||
private final String mStringValue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue