Skip to content

3.2.0

Compare
Choose a tag to compare
@manjeshbhargav manjeshbhargav released this 08 Jan 01:14
· 117 commits to master since this release

3.2.0 (January 7, 2019)

New Features

  • getStats on Firefox will now consume the spec-compliant RTCIceCandidateStats
    available in versions 65 and above. (JSDK-2235)
  • getStats is now supported on Safari 12.1 and above. It is not supported
    on Safari 12.0 and below due to this Safari bug.
  • Added support for Unified Plan SDPs on Safari 12.1. (JSDK-2231)
  • Removed workaround for this Safari bug.
  • getStats on Chrome now uses the WebRTC 1.0 compliant version of the
    RTCPeerConnection's getStats API. (JSDK-2182)
  • Worked around the deprecation of the
    isRemote property in RTCInboundRTPStreamStats and RTCOutboundRTPStreamStats in Firefox. (JSDK-2222)