Skip to content

Latest commit

 

History

History
262 lines (153 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

262 lines (153 loc) · 17.1 KB

1.6.0 (2023-12-20)

Features

1.5.0 (2023-08-10)

Features

  • add retainCodecs and retainCandidates functions (#18) (8bbb081)

1.4.1 (2023-06-26)

Bug Fixes

  • allow comma special case in fmtp line (#17) (a11b9a2)

1.4.0 (2023-05-10)

Bug Fixes

  • tweak github action workflow file (#16) (dce9e2e)

Features

  • add helper for adding extmap lines (#15) (b334ab7)

1.3.2 (2023-03-20)

Bug Fixes

  • handling of SDPs without any rtpmap lines (#14) (b5707fa)

1.3.1 (2022-12-13)

Bug Fixes

  • make the fmtp params could be munged in firefox (#12) (6636f37)

1.3.0 (2022-11-15)

Bug Fixes

Features

  • make mids member inside of BundleGroupLine accessible (#7) (622336a)

1.2.0 (2022-10-25)

Features

  • add 'hasCodec' helper (#6) (75c0b3a)
  • explicitly model ssrc and ssrc groups in avmediadescription (#5) (061b693)

1.1.0 (2022-10-13)

Bug Fixes

Features

  • add support for a:ssrc and a:ssrc-group (#3) (9d50ef2)

1.0.1 (2022-08-08)

Bug Fixes

  • linting on the parser file (d8a9635)

1.0.0 (2022-08-08)

Bug Fixes

  • add missing direction and extension attributes to ExtMapLine (#14) (23a816d)
  • add missing exports (24dafe2)
  • add newline after last line of sdp (b79f908)
  • add session-information-line, fix some line ordering issues in session description (919acdb)
  • c-lines were only parsed at session level, not in media sections (#4) (6585333)
  • fix storing/serializing of unknown lines (0c9f540)
  • parse origin line session id as string (3d5d9a7)
  • remove explicit order of 'other line' connection field, it was causing duplication (f88252c)
  • serialize content line (#8) (1aa8e99)
  • session description line ordering issues (3ab3285)
  • update node version to use v16 (#9) (89d4203)

Features

1.5.1 (2022-07-12)

Bug Fixes

  • add missing direction and extension attributes to ExtMapLine (#14) (23a816d)

1.5.0 (2022-07-12)

Features

  • add support for a=simulcast line (#12) (88776c5)

1.4.0 (2022-07-11)

Features

1.3.0 (2022-07-08)

Features

1.2.0 (2022-07-07)

Features

  • add API to search other lines for a given type (#10) (1b814fc)

1.1.2 (2022-07-06)

Bug Fixes

  • update node version to use v16 (#9) (89d4203)

1.1.1 (2022-07-05)

Bug Fixes

1.1.0 (2022-06-29)

Features

  • added support for content line (#6) (6ca4a68)

1.0.2 (2022-06-23)

Bug Fixes

  • c-lines were only parsed at session level, not in media sections (#4) (6585333)

1.0.1 (2022-06-21)

Bug Fixes

1.0.0 (2022-06-21)

Bug Fixes

  • add newline after last line of sdp (b79f908)
  • add session-information-line, fix some line ordering issues in session description (919acdb)
  • fix storing/serializing of unknown lines (0c9f540)
  • parse origin line session id as string (3d5d9a7)
  • remove explicit order of 'other line' connection field, it was causing duplication (f88252c)
  • session description line ordering issues (3ab3285)

Features

1.0.0 (2022-06-21)

Bug Fixes

  • add newline after last line of sdp (b79f908)
  • add session-information-line, fix some line ordering issues in session description (919acdb)
  • fix storing/serializing of unknown lines (0c9f540)
  • parse origin line session id as string (3d5d9a7)
  • remove explicit order of 'other line' connection field, it was causing duplication (f88252c)
  • session description line ordering issues (3ab3285)

Features