File size: 218 Bytes
f2b0008
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "sdpSemantics": "unified-plan",
  "iceServers": [
    {
      "urls": "stun:<DOMAIN>:3478"
    },
    {
      "urls": "turns:<DOMAIN>:5349",
      "username": "username",
      "credential": "password"
    }
  ]
}