- Removed leading @ from STUN URI.

This commit is contained in:
Juha Heinanen
2019-05-06 18:25:32 +03:00
parent 086037d4a3
commit 9033f2b07c

View File

@ -72,7 +72,7 @@ class Account(val accp: String) {
if (mediaNat != "") res = res + ";medianat=${mediaNat}"
if (stunServer != "") res = res + ";stunserver=\"stun:@${stunServer}\""
if (stunServer != "") res = res + ";stunserver=\"stun:${stunServer}\""
if (audioCodec.size > 0) {
var first = true