Skip to content

Commit

Permalink
Run mapper.js and update for -20
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba authored Apr 6, 2017
1 parent de85c8c commit 90f37ab
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions jsep-mapping/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
"sec.ice-candidate-policy": "3.5.3.",
"sec.ice-candidate-pool": "3.5.4.",
"sec.imageattr": "3.6.",
"undefined": "5.7.3.",
"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.methods": "4.1.",
"sec.constructor": "4.1.1.",
"sec.peerconnection": "4.1.",
"sec.pc-constructor": "4.1.1.",
"sec.addTrack": "4.1.2.",
"sec.removeTrack": 4.1.3,
"sec.removeTrack": "4.1.3.",
"sec.addTransceiver": "4.1.4.",
"sec.createDataChannel": "4.1.5.",
"sec.createoffer": "4.1.6.",
Expand All @@ -44,12 +45,13 @@
"sec.cantrickle": "4.1.15.",
"sec.setconfiguration": "4.1.16.",
"sec.addicecandidate": "4.1.17.",
"sec.stop": "4.2.1",
"sec.stopped": "4.2.2",
"sec.transceiver": "4.2.",
"sec.transceiver-stop": "4.2.1.",
"sec.transceiver-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.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.",
Expand All @@ -71,20 +73,19 @@
"sec.parsing-a-desc": "5.7.",
"sec.session-level-parse": "5.7.1.",
"sec.media-level-parse": "5.7.2.",
"sec.semantics-verification": "5.7.3",
"sec.applying-a-local-desc": "5.8.",
"sec.applying-a-remote-desc": "5.9.",
"sec.applying-an-answer": "5.10.",
"sec.applying-an-answer": "5.10.",
"sec.rtp.demux": "6.",
"sec.examples": "7.",
"sec.simple-examples": "7.1.",
"sec.normal-examples": "7.2.",
"sec.detailed-example": "7.2.",
"sec.warmup-example": "7.3.",
"sec.security-considerations": "8.",
"sec.iana-considerations": "9.",
"sec.acknowledgements": "10."
},
"metadata": {
"date": "29 March 2017",
"metadata": {
"version": "20",
"authors": [
"Justin Uberti",
Expand Down

0 comments on commit 90f37ab

Please sign in to comment.