Skip to content

testing/janus-gateway: upgrade to 1.0.2

Michael Pirogov requested to merge uuser/aports:janus into master
  • Abort DTLS handshake if DTLSv1_handle_timeout returns an error
  • Fixed rtx not being offered on Janus originated PeerConnections
  • Added configurable property to put a cap to task threads
  • Fixed build issue with libressl >= 3.5.0
  • Link to -lresolv explicitly when building websockets transport
  • Fixed RED parsing not returning blocks when only primary data is available
  • Fixed typo in stereo support in EchoTest plugin
  • Added support for dummy publishers in VideoRoom
  • Added new VideoRoom request to combine subscribe and unsubscribe operations
  • Fixed incorrect removal of owner/subscriptions mapping in VideoRoom plugin
  • Explicitly return list of IDs VideoRoom users are subscribed to for data
  • Fixed data port not being returned when creating Streaming mountpoints with the legacy API
  • Fix address size in Streaming plugin RTCP sendto call
  • Added custom headers for SIP SUBSCRIBE requests
  • Make SIP timer T1X64 configurable
  • Disable IPv6 in WebSockets transport if binding to IPv4 address explicitly
  • Other smaller fixes and improvements

Merge request reports