-
Notifications
You must be signed in to change notification settings - Fork 21
/
1.json
59 lines (57 loc) · 1.35 KB
/
1.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"1": {
"request": true,
"id": 1000000,
"method": "getRouterRtpCapabilities",
"data": {
}
},
"2": {
"data": {
"displayName": ""
},
"id": 1000000,
"method": "join",
"request": true
},
"3": {
"data": {
"comedia": true,
"rtcpMux": false,
"type": "plain"
},
"id": 1000000,
"method": "createPlainTransport",
"request": true
},
"4": {
"data": {
"appData": {
},
"kind": "audio",
"peerId": "",
"rtpParameters": {
"codecs": [
{
"channels": 2,
"clockRate": 48000,
"mimeType": "audio/opus",
"parameters": {
"sprop-stereo": 1
},
"payloadType": 100
}
],
"encodings": [
{
"ssrc": 1357
}
]
},
"transportId": ""
},
"id": 1000000,
"method": "produce",
"request": true
}
}