forked from w3c/webrtc-pc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.json
100 lines (100 loc) · 3.45 KB
/
map.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"sections": {
"sec.introduction": "1.",
"sec.general-design-of-jsep": "1.1.",
"sec.other-approaches-consider": "1.2.",
"sec.terminology": "2.",
"sec.semantics-and-syntax": "3.",
"sec.signaling-model": "3.1.",
"sec.session-descriptions-and-state-machine": "3.2.",
"sec.session-description-forma": "3.3.",
"sec.session-description-ctrl": "3.4.",
"sec.rtptransceivers": "3.4.1.",
"sec.rtpsenders": "3.4.2.",
"sec.rtpreceivers": "3.4.3.",
"sec.ice": "3.5.",
"sec.ice-gather-overview": "3.5.1.",
"sec.ice-candidate-trickling": "3.5.2.",
"sec.ice-candidate-format": "3.5.2.1.",
"sec.ice-candidate-policy": "3.5.3.",
"sec.ice-candidate-pool": "3.5.4.",
"sec.imageattr": "3.6.",
"sec.creating-imageattr": "3.6.1.",
"sec.interpreting-imageattr": "3.6.2.",
"sec.simulcast": "3.7.",
"sec.interactions-with-forking": "3.8.",
"sec.sequential-forking": "3.8.1.",
"sec.parallel-forking": "3.8.2.",
"sec.interface": "4.",
"sec.peerconnection": "4.1.",
"sec.constructor": "4.1.1.",
"sec.addTrack": "4.1.2.",
"sec.removeTrack": "4.1.3.",
"sec.addTransceiver": "4.1.4.",
"sec.createDataChannel": "4.1.5.",
"sec.createoffer": "4.1.6.",
"sec.createanswer": "4.1.7.",
"sec.sessiondescriptiontype": "4.1.8.",
"sec.use-of-provisional-answer": "4.1.8.1.",
"sec.rollback": "4.1.8.2.",
"sec.setlocaldescription": "4.1.9.",
"sec.setremotedescription": "4.1.10.",
"sec.currentlocaldescription": "4.1.11.",
"sec.pendinglocaldescription": "4.1.12.",
"sec.currentremotedescription": "4.1.13.",
"sec.pendingremotedescription": "4.1.14.",
"sec.cantrickle": "4.1.15.",
"sec.setconfiguration": "4.1.16.",
"sec.addicecandidate": "4.1.17.",
"sec.transceiver": "4.2.",
"sec.stop": "4.2.1.",
"sec.stopped": "4.2.2.",
"sec.transceiver-set-direction": "4.2.3.",
"sec.transceiver-direction": "4.2.4.",
"sec.transceiver-current-direction": "4.2.5.",
"sec.transceiver-set-codec-preferences": "4.2.6.",
"sec.sdp-interaction-procedure": "5.",
"sec.requirements-overview": "5.1.",
"sec.usage-requirements": "5.1.1.",
"sec.profile-names": "5.1.2.",
"sec-create-offer": "5.2.",
"sec.initial-offers": "5.2.1.",
"sec.subsequent-offers": "5.2.2.",
"sec.options-handling1": "5.2.3.",
"sec.icerestart": "5.2.3.1.",
"sec.voiceactivitydetection1": "5.2.3.2.",
"sec.generating-an-answer": "5.3.",
"sec.initial-answers": "5.3.1.",
"sec.subsequent-answers": "5.3.2.",
"sec.options-handling2": "5.3.3.",
"sec.voiceactivitydetection2": "5.3.3.1.",
"sec.modifying-sdp": "5.4.",
"sec.processing-a-local-desc": "5.5.",
"sec.processing-a-remote-desc": "5.6.",
"sec.processing-a-rollback": "5.7.",
"sec.parsing-a-desc": "5.8.",
"sec.session-level-parse": "5.8.1.",
"sec.media-level-parse": "5.8.2.",
"undefined": "5.8.3.",
"sec.applying-a-local-desc": "5.9.",
"sec.applying-a-remote-desc": "5.10.",
"sec.applying-an-answer": "5.11.",
"sec.rtp.demux": "6.",
"sec.examples": "7.",
"sec.simple-examples": "7.1.",
"sec.detailed-example": "7.2.",
"sec.warmup-example": "7.3.",
"sec.security-considerations": "8.",
"sec.iana-considerations": "9.",
"sec.acknowledgements": "10."
},
"metadata": {
"date": "10 October 2017",
"version": "24",
"authors": [
"Justin Uberti",
"Cullen Jennings",
"Eric Rescorla"
]
}
}