- Replaced 'Use ICE' in account config with 'Media NAT Traversal' that

includes STUN media NAT option.
- Some reordering in account config.
This commit is contained in:
Juha Heinanen
2019-05-06 09:11:49 +03:00
parent f2c1a0ea99
commit 086037d4a3
5 changed files with 89 additions and 68 deletions
+4 -3
View File
@@ -28,10 +28,11 @@
<string name="register">If checked, registration is enabled and REGISTER requests are sent at
12 minute intervals.
</string>
<string name="ice">If checked, ICE (Interactive Connectivity Establishment) is enabled for NAT
traversal.
<string name="mediaNat">Selects media NAT traversal protocol (if any). Possible choices are STUN
(Session Traversal Utilities for NAT, RFC 5389) and ICE (Interactive Connectivity
Establishment, RFC 5245).
</string>
<string name="stunServer">A specific Stun Server used by ICE of form host[:port].
<string name="stunServer">A STUN Server of form host[:port].
Factory default value is \'stun.l.google.com:19302\', pointing to public Google STUN server.
Username and password are currently not supported.
</string>