fix java wrapper

This commit is contained in:
Simon Morlat 2015-10-20 22:46:51 +02:00
parent 4b7f92995a
commit 847f56bb4c

View file

@ -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;