4.0.0
4.0.0 (March 15, 2019)
New Features
- SafariRTCPeerConnection will now support Unified Plan SDPs in Safari 12.1 and above. (JSDK-2306)
Bug Fixes
- Fixed a bug where getStats was throwing a TypeError in Electron 3.x. (JSDK-2267)
- Fixed a bug where createOffer(), when called in Safari 12.2 created "offerToReceive"
RTCRtpTransceivers even though the RTCPeerConnection already had "sendrecv" or
"recvonly" RTCRtpTransceivers. (JSDK-2286)