Skip to content

Release v2.0.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Apr 20:08

v2.0.0-rc3 — Send Device SDP to Browser

Fix: Complete WebRTC handshake by forwarding device's SDP

After the camera answers an incoming call via send_answer(), the browser still needs the device's SDP offer as its remote description to complete the WebRTC peer connection setup. This release sends the device's stored SDP to the browser as a WebRTCAnswer message immediately after answering.

Full Changelog: v2.0.0-rc2...v2.0.0-rc3