Skip to content

4.0.0

Compare
Choose a tag to compare
@manjeshbhargav manjeshbhargav released this 15 Mar 23:28
· 102 commits to master since this release

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)