Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webrtc: add third party sdp module #21933

Closed
wants to merge 1 commit into from

Conversation

fippo
Copy link
Contributor

@fippo fippo commented Feb 24, 2020

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

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
@fippo
Copy link
Contributor Author

fippo commented Feb 24, 2020

DO NOT MERGE pending discussion in web-platform-tests/rfcs#46

Copy link
Contributor

@snuggs snuggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fippo pardon my ignorance but can we merely use sdp.js?
Please see my comments

P.S. SDP lib rocks!

@Hexcles
Copy link
Member

Hexcles commented Mar 27, 2020

We've decided to punt on how to manage npm packages systematically. For now, let's follow this comment:

i. Add a new directory, webrtc/third_party/sdp
ii. Vendor (copy) sdp.js and its associated LICENSE file into webrtc/third_party/sdp

@fippo
Copy link
Contributor Author

fippo commented Mar 31, 2020

closing this PR then. New one incoming ;-)

@fippo fippo closed this Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants