Fixed typo in rtc_config_example.json

"urls": "turns:<DOMAIN>:5349" changed to
"urls": "turn:<DOMAIN>:5349"
This commit is contained in:
shommey 2024-10-28 00:20:37 +01:00 committed by GitHub
parent ce3d569880
commit ba95d059f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
"urls": "stun:<DOMAIN>:3478"
},
{
"urls": "turns:<DOMAIN>:5349",
"urls": "turn:<DOMAIN>:5349",
"username": "username",
"credential": "password"
}