ring-client-api@12.0.0-beta.0
Pre-release
Pre-release
·
167 commits
to main
since this release
Major Changes
-
fa6d3b9Thanks @dgreif! - Video streaming has been condensed to use a single API, rather than a separate setup between Ring Cloud and Ring Edge streaming. This should allow all cameras to stream, including those using HEVC which were unable to be put into Legacy Mode.Huge shoutout to @tsightler for figuring out this new API and getting the client updated!
Breaking Changes:
- The
StreamingConnectionBaseclass has been removed, with all of the methods and properties moved to the `WebrtcConnection`` class. - Implementations of the
BasicPeerConnectionclass no longer need to implement thecreateAnswermethod.
- The
-
9e4f04aThanks @dgreif! - Drop Node 16 support. Node 18 is the current LTS, so please upgrade to Node 18 or Node 20. Note, Node 16 may still work after this update, but will likely break without warning in future updates.