Skip to content

Commit

Permalink
webrtc: add third party sdp module
Browse files Browse the repository at this point in the history
adds a third-party module for SDP parsing, mangling and generation to the
webrtc directory. This is going to be used for simulcast tests.

Checks in node_modules as well as a package.json and yarn lock files for
ease of updating. See
  web-platform-tests/rfcs#46
for discussіon on the approach
  • Loading branch information
fippo committed Feb 24, 2020
1 parent 4ee848f commit 6445467
Show file tree
Hide file tree
Showing 7 changed files with 927 additions and 0 deletions.
37 changes: 37 additions & 0 deletions webrtc/third_party/node_modules/sdp/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions webrtc/third_party/node_modules/sdp/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions webrtc/third_party/node_modules/sdp/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions webrtc/third_party/node_modules/sdp/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6445467

Please sign in to comment.