- Removed leading @ from STUN URI.
This commit is contained in:
@@ -72,7 +72,7 @@ class Account(val accp: String) {
|
|||||||
|
|
||||||
if (mediaNat != "") res = res + ";medianat=${mediaNat}"
|
if (mediaNat != "") res = res + ";medianat=${mediaNat}"
|
||||||
|
|
||||||
if (stunServer != "") res = res + ";stunserver=\"stun:@${stunServer}\""
|
if (stunServer != "") res = res + ";stunserver=\"stun:${stunServer}\""
|
||||||
|
|
||||||
if (audioCodec.size > 0) {
|
if (audioCodec.size > 0) {
|
||||||
var first = true
|
var first = true
|
||||||
|
|||||||
Reference in New Issue
Block a user