Account STUN/TURN URI enhancements

This commit is contained in:
Juha Heinanen
2021-06-21 10:26:01 +03:00
parent 38df95f98b
commit 167a2aa421
5 changed files with 33 additions and 17 deletions

View File

@ -151,10 +151,10 @@
Establishment, RFC 5245).
</string>
<string name="stun_server">STUN/TURN Server</string>
<string name="stun_server_help">A STUN/TURN Server URI of form scheme:host[:port], where scheme
is \'stun\' or \'turn\'. Factory default STUN Server for STUN and
ICE protocols is \'stun:stun.l.google.com:19302\' pointing to public Google STUN server.
There is no factory default TURN server.
<string name="stun_server_help">A STUN/TURN Server URI of form scheme:host[:port][?transport=udp|tcp],
where scheme is \'stun\', \'stuns\', \'turn\', or \'turns\'. Factory default STUN Server
for STUN and ICE protocols is \'stun:stun.l.google.com:19302\' pointing to public Google
STUN server. There is no factory default TURN server.
</string>
<string name="stun_server_uri">STUN/TURN Server URI</string>
<string name="invalid_stun_server">Invalid STUN/TURN Server URI \'%1$s\'</string>