otalk / sdp

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

add support for parsing + write SDES a=crypto #63

Closed fippo closed 4 years ago

fippo commented 4 years ago

fixes #62 Note that it does not support parsing the keyParams and keeps them a string.

codecov-io commented 4 years ago

Codecov Report

Merging #63 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   92.28%   92.45%   +0.17%     
==========================================
  Files           1        1              
  Lines         350      358       +8     
==========================================
+ Hits          323      331       +8     
  Misses         27       27
Impacted Files Coverage Δ
sdp.js 92.45% <100%> (+0.17%) :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 1944fc3...0b1b5b8. Read the comment docs.