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