13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"sdpSemantics": "unified-plan",
|
|
"iceServers": [
|
|
{
|
|
"urls": "stuns:<TURN-DOMAIN>:443"
|
|
},
|
|
{
|
|
"urls": "turns:<TURN-DOMAIN>:443",
|
|
"username": "user",
|
|
"credential": "password"
|
|
}
|
|
]
|
|
}
|