Releases: meetecho/janode
Releases · meetecho/janode
v1.7.1
v1.7.0
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
- @guilherme-marcello made their first contribution in #38
Full Changelog: v1.6.11...v1.7.0
v1.6.11
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
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
v1.6.8
What's Changed
- audiobridge: add host_family to startForward by @augustblack in #29
- videoroom: add partial support for videoroom multistream (replaces #17 by @golgetahir )
- package.json: add main entry point by @dota-coach in #30
New Contributors
- @augustblack made their first contribution in #29
- @dota-coach made their first contribution in #30
Full Changelog: v1.6.7...v1.6.8
v1.6.7
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
v1.6.5
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
What's Changed
- audiobridge: the
rtp_participant
parameter of thejoin
API can not be a boolean anymore. Now you must always use a RTP descriptor object. The equivalent oftrue
is the void object{}
. - audiobridge: the
rtp
parameter of theAUDIOBRIDGE_EVENT_JOINED
event has been renamed tortp_participant
(it was a typo since the beginning). Please update your applications. We left artp
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