otalk / sdp

SDP parsing and serialization utlities
MIT License
46 stars 11 forks source link

fixes sessionParams serialization and adds keyParameters parser/writer #65

Closed fippo closed 4 years ago

fippo commented 4 years ago

see #64 for sessionParams see #62 for parsing keyParams

pondering whether I should split them and publish the latter as new version but...

codecov-io commented 4 years ago

Codecov Report

Merging #65 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #65      +/-   ##
=========================================
+ Coverage   92.45%   92.6%   +0.14%     
=========================================
  Files           1       1              
  Lines         358     365       +7     
=========================================
+ Hits          331     338       +7     
  Misses         27      27
Impacted Files Coverage Δ
sdp.js 92.6% <100%> (+0.14%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d46ee3...ad58265. Read the comment docs.