Skip to content

v1.6.4

Compare
Choose a tag to compare
@atoppi atoppi released this 05 Oct 10:29
· 87 commits to master since this release

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