Skip to content

2.0.0

Compare
Choose a tag to compare
@markandrus markandrus released this 11 Jul 23:14
· 186 commits to master since this release

2.0.0 (January 9, 2018)

New Features

  • Added shims for the RTCRtpSender/RTCRtpReceiver based APIs. The legacy
    MediaStream based API shims have been removed. (JSDK-1631)

Bug Fixes

  • Previously, we were overwriting MediaStreamTrack IDs with the values signaled
    in the SDP's MSID attributes in order to maintain compatibility with
    pre-WebRTC 1.0 behavior. The particular method we used did not take into
    account the fact that the actual MediaStreamTrack IDs would continue to show
    in getStats results and has been removed.