mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Merge branch 'master' of git.linphone.org:linphone into belle-sip
This commit is contained in:
commit
e6157a4cf1
1 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,10 @@ public interface LinphoneCore {
|
|||
* Use ICE.
|
||||
*/
|
||||
static public FirewallPolicy UseIce = new FirewallPolicy(3,"UseIce");
|
||||
/**
|
||||
* Use uPnP.
|
||||
*/
|
||||
static public FirewallPolicy UseIce = new FirewallPolicy(4,"UseUpnp");
|
||||
|
||||
private final int mValue;
|
||||
private final String mStringValue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue