otalk / sdp

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

parsecandidate: don't overwrite main attributes #72

Closed fippo closed 4 years ago

fippo commented 4 years ago

with extension attributes. Silently drop them.

codecov-commenter commented 4 years ago

Codecov Report

Merging #72 into master will increase coverage by 6.46%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   92.68%   99.14%   +6.46%     
==========================================
  Files           1        1              
  Lines         369      352      -17     
==========================================
+ Hits          342      349       +7     
+ Misses         27        3      -24     
Impacted Files Coverage Δ
sdp.js 99.14% <100.00%> (+6.46%) :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 3a8d369...76eac93. Read the comment docs.