forked from mirrors/linphone-iphone
Add DTLS
This commit is contained in:
parent
2d30e846d8
commit
a03fd63d7b
1 changed files with 4 additions and 0 deletions
|
|
@ -269,6 +269,10 @@ public interface LinphoneCore {
|
|||
* ZRTP
|
||||
*/
|
||||
static public final MediaEncryption ZRTP = new MediaEncryption(2,"ZRTP");
|
||||
/**
|
||||
* DTLS
|
||||
*/
|
||||
static public final MediaEncryption DTLS = new MediaEncryption(3,"DTLS");
|
||||
protected final int mValue;
|
||||
private final String mStringValue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue