Release 1.3.0 of WebRTC C SDK
Release tagged at:
0550dba
Whats’s new:
- ICE server stats added (API: rtcPeerConnectionGetMetrics())
- RTP outbound and remote inbound stats added (API: rtcPeerConnectionGetMetrics())
- Signaling stats available (API: signalingClientGetMetrics())
- mbedTLS (experimental) support added. Choice between OpenSSL and mbedTLS available
Improvements:
- ICE candidate priority calculation bug fixed improving the candidate nomination process (#612)
- Improved SDP conformance with RFC to work with CRLF and LF (#587)
- Fixed interruption of sending process due to momentary network unreachable errors (#618)
- Fixed CPU spike when TURN candidates are not used by cleaning up the sockets they have opened (#649)
Producer C Changes: (e7d4868d8c336cec5fa35250212fffa19135a6ba)
- Build system improvements
- README improvements on SDK versioning, development and release
- Added non-BSD strnstr implementation
- Fixed static libcurl build failure
Documentation: Information about the WebRTC public APIs can be found here: https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-c/