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

Explicitly reject unsupported m= lines #450

Merged
merged 1 commit into from
Feb 27, 2019
Merged

Explicitly reject unsupported m= lines #450

merged 1 commit into from
Feb 27, 2019

Conversation

maxhawkins
Copy link
Contributor

CreateAnswer currently omits any m= lines from the offer that contain
unsupported codecs. The jsep spec says that unsupported lines in the
offer need to be explicitly rejected by setting the port number to 0.

Related to #449

@backkem backkem added the review label Feb 27, 2019
@maxhawkins
Copy link
Contributor Author

This is really hard to write tests for! Do any of you have ideas about how to refactor PeerConnection to be more testable?

@coveralls
Copy link

coveralls commented Feb 27, 2019

Pull Request Test Coverage Report for Build 2244

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 80.253%

Totals Coverage Status
Change from base Build 2242: 0.1%
Covered Lines: 3877
Relevant Lines: 4831

💛 - Coveralls

CreateAnswer currently omits any m= lines from the offer that contain
unsupported codecs. The jsep spec says that unsupported lines in the
offer need to be explicitly rejected by setting the port number to 0.

Related to #449
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants