Skip to content

Latest commit

 

History

History
90 lines (63 loc) · 3.17 KB

CHANGES.md

File metadata and controls

90 lines (63 loc) · 3.17 KB

Changelog

All notable changes to this project will be documented in this file.

[v1.1.0] - unreleased

  • add a new plugin audiobridge
  • The APIs of Videoroom is compatible with Janus-gateway of v1.1.3
  • support the new cascade mode for videoroom plugin
  • support to subscribe the streams of the different publishers in cascade mode

[v1.0.0] - 2022-07-23

  • refactor videoroom plugin to support the new multistream API of Janus-gateway v1.x

[v0.8.0] - 2022-05-03

  • refactor for backend room management
  • januscloud.proxy.core move to januscloud.core
  • janus-sentinel support public ip, isp, location configuration
  • backend videoroom sweeper is moved from videoroom plugin to sentnel

[v0.7.0] - 2021-04-03

  • Initial support of DTX for VideoRoom
  • Make record directory changeable via edit in AudioBridge and VideoRoom
  • Added number of subscribers in response to listpartipants
  • Add support for playout-delay RTP extension
  • The APIs of Videoroom, Videocall, P2pcall is compatible with Janus-gateway of v0.12.0

[v0.6.0] - 2021-09-12

  • sentinel exit elegantly by post abnormal status to janus-proxy
  • The APIs of Videoroom, Videocall, P2pcall is compatible with Janus-gateway of v0.11.4

[v0.5.0] - 2021-02-16

  • Supports redis as the room db type for videoroom plugin
  • Add info/ping interface to proxy rest API
  • Support redis as the user db for videocall plugin
  • Support multi-proxy mode for videocall plugin
  • Add exists request for videocall plugin API

[v0.4.0] - 2020-11-29

  • Added support for audio level feature for videoroom
  • Added support for h265, av1 codec support for videoroom
  • Support for require end-to-end encryption (require_e2ee) on videoroom
  • Added simulcast support for rtp_forward of videoroom
  • The APIs of Videoroom, Videocall, P2pcall is compatible with Janus-gateway of v0.10.7
  • The gevent is updated to 20.9.0, which support python 3.7 or higher

[v0.3.0] - 2020-06-21

  • add rtp_forward operations to the admin API of videoroom plugin
  • Add support for VP9 and H.264 profile negotiation for videoroom and echotest plugin
  • Added support for multichannel Opus audio (surround) for videoroom
  • Added VideoRoom option to only allow admins to change the recording state
  • Enable / disable recording while conference is in progress for videoroom
  • support redis to store the backend server info

[v0.2.0] - 2020-05-10

  • Janus-proxy support api_secret authorization
  • Janus-sentinel support admin_secret for sending admin API request
  • The APIs of Videoroom, Videocall, P2pcall is compatible with Janus-gateway of v0.9.2
  • support rtp_forward feature for videoroom

[v0.1.0] - 2020-03-29

  • initial version released
  • janus-proxy and janus-sentinel are finished
  • echotest, videocall, p2pcall, videoroom plugins of janus-proxy are ready