Skip to content

testing/janus-gateway: upgrade to 1.0.3

Michael Pirogov requested to merge uuser/aports:janus into master
  • Keep track of RTP extensions when storing packets for retransmission
  • Fixed negotiation of RTP extensions when direction is involved
  • Fixed broken VP8 payload descriptor parsing when 7-bit PictureID are used
  • Support for batched configure requests in VideoRoom
  • Added missing info to VideoRoom publisher's info own event
  • Fixed memory leaks in when upgrading old-style Videoroom requests
  • Fixed memory leak in VideoRoom when updating subscriptions with no changes
  • Added 'kick_all' requests and possibility to remove PIN code to both Audiobridge and Streaming plugins
  • Added support for notifications in the Streaming plugin when metadata for a mountpoint is changed
  • Fixed missing checks on auth challenges in SIP plugin
  • Fixed missing Contact header in SUBSCRIBE requests in SIP plugin
  • Fixed segfault in SIP plugin when freeing a session with a subscription still active
  • Add new shared JavaScript file for settings in demos
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Merge request reports