-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
38 lines (38 loc) · 985 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"signalServerURI": "ws://127.0.0.1:5000/ss",
"peerName": "gopher",
"peerNamePrefix": "ROBOT",
"streamVideo": true,
"streamAudio": true,
"video":{
"deviceID": "0",
"width": 640,
"height": 480,
"frameRate": 30,
"encoderName":"VP8"
},
"audio":{
"sampleRate": 48000,
"channels": 2,
"latency": 0.02,
"encoderName": "OPUS"
},
"iceServers":[
{
"urls": [
"stun:stun.l.google.com:19302",
"stun:stun1.l.google.com:19302"
]
},
{
"urls": ["turn:192.158.29.39:3478?transport=udp"],
"credential": "JZEOEt2V3Qb0y27GRntt2u2PAYA=",
"username": "28224511:1379330808"
},
{
"urls": ["turn:192.158.29.39:3478?transport=tcp"],
"credential": "JZEOEt2V3Qb0y27GRntt2u2PAYA=",
"username": "28224511:1379330808"
}
]
}