Skip to content

testing/janus-gateway: upgrade to 0.11.1

Michael Pirogov requested to merge uuser/aports:janus into master
  • Add new option to configure ICE nomination mode, if libnice is recent enough
  • Added support for per-session timeout values
  • Added support for compilation on FreeBSD
  • Fixed occasional auth errors when using both API secret and stored tokens
  • Added support for stdout logging to daemon-mode as well
  • Fixed odr-violation issue between Lua and Duktape plugins
  • Fixed missing simulcast stats in Admin API and Event Handlers when using rid
  • Fixed VideoRoom recording not stopped for participants entering after global recording was started
  • Fixed 'audiocodec'/'videocodec' being ignored when joining a VideoRoom via 'joinandconfigure'
  • Added content type support to MESSAGE in SIP plugin
  • Made RTSP timeouts configurable in Streaming plugin
  • Fixed incorrect parsing of backend URL in WebSockets event handler
  • Added support for secure connections and lws debugging to WebSockets event handler
  • Fixed occasionally broken AV1 recordings post-processing
  • Other smaller fixes and improvements (thanks to all who contributed pull requests and reported issues!)

Merge request reports