STUN/TURN Server URI schemes 'stuns' and 'turns' are not currently supported

This commit is contained in:
Juha Heinanen
2020-11-17 17:43:10 +02:00
parent 05aa9ba549
commit 45acdeb232
4 changed files with 5 additions and 6 deletions

View File

@ -126,7 +126,7 @@
</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\', \'stuns\', \'turn\', or \'turns\'. Factory default STUN Server for STUN and
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>