Skip to content

Releases: meetecho/janode

v1.7.1

22 Jul 10:43
8acce28
Compare
Choose a tag to compare

What's Changed

  • streaming: custom collision parameter in streaming plugin by @Qizot in #43
  • audiobridge: add codec param to join API (fixes #41)

New Contributors

  • @Qizot made their first contribution in #43

Full Changelog: v1.7.0...v1.7.1

v1.7.0

13 Jun 12:16
a05e767
Compare
Choose a tag to compare

What's Changed

  • videoroom: enhanced multistream support by @atoppi in #40
  • videoroom: add vp9 profile to create
  • audiobridge: add denoise parameter to create
  • audiobridge: add "admin_key" to create and rtp forward APIs

New Contributors

Full Changelog: v1.6.11...v1.7.0

v1.6.11

29 Feb 11:49
0171687
Compare
Choose a tag to compare

What's Changed

  • streaming: add "admin_key" to createRtpMountpoint by @OverSamu in #36
  • streaming: add "admin_key" parameter to list API
  • videoroom: add "admin_key" parameter to list API by @OverSamu in #37
  • videoroom: support simulcast ports for startForward and fix listForward
  • videoroom: add "streams" parsing to "configured" event

New Contributors

Full Changelog: v1.6.10...v1.6.11

v1.6.10

31 Jan 12:34
a061b80
Compare
Choose a tag to compare

What's Changed

  • audiobridge: support suspend/resume API
  • audiobridge: add mute/unmute API and expose "configured" as an emitted event (closes #35)
  • videoroom/streaming: add support to e2ee
  • streaming: enhance simulcast support
  • update dependencies

Full Changelog: v1.6.9...v1.6.10

v1.6.9

31 Jan 12:30
Compare
Choose a tag to compare

What's Changed

  • handle: add "ice-failed" event management

Full Changelog: v1.6.8...v1.6.9

v1.6.8

29 Sep 10:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.7...v1.6.8

v1.6.7

06 Feb 13:30
Compare
Choose a tag to compare

What's Changed

  • videoroom: add private_id feature and multistream "update" api
  • videoroom: map multistream "updating" event to "updated"
  • videoroom: add 0.x properties "audio_codec", "video_codec", "simulcast" and 1.x "autoupdate"
  • videoroom: add end-to-end encryption signalling

Full Changelog: v1.6.6...v1.6.7

v1.6.6

19 Jan 16:05
Compare
Choose a tag to compare

What's Changed

  • videoroom: add enable_recording function/event (by @KyleFoleyImajion in #20)
  • videoroom: add switch API
  • videoroom: add configured event

New Contributors

  • @KyleFoleyImajion made their first contribution in #20

Full Changelog: v1.6.5...v1.6.6

v1.6.5

22 Nov 17:54
Compare
Choose a tag to compare

What's Changed

  • package.json: move unix-dgram to standard dependencies.
  • connection: do not propagate admin messages to sessions (fixes #18).
  • configuration: add ws_options to connection settings (now you can set things like HTTP headers or tune WS internals).

Full Changelog: v1.6.4...v1.6.5

v1.6.4

05 Oct 10:29
Compare
Choose a tag to compare

What's Changed

  • audiobridge: the rtp_participant parameter of the join API can not be a boolean anymore. Now you must always use a RTP descriptor object. The equivalent of true is the void object {}.
  • audiobridge: the rtp parameter of the AUDIOBRIDGE_EVENT_JOINED event has been renamed to rtp_participant (it was a typo since the beginning). Please update your applications. We left a rtp field in the event for backward compatibility but we plan to remove it the next future.
  • npm: fixed a warning while building due to the usage of the deprecated --production flag.

Full Changelog: v1.6.3...v1.6.4