2.0.0-beta5 (January 7, 2019)
New Features
Room.getStatson Firefox will now consume the spec-compliantRTCIceCandidateStats
available in versions 65 and above. (JSDK-2235)- Participants will now be able to stay in the Room and recover their media
connections if the media server becomes unresponsive, instead of being
disconnected. (JSDK-2245) Room.getStatsis now supported on Safari 12.1 and above. It is not supported
on Safari 12.0 and below due to this Safari bug.
We have updated the documentation to reflect this behavior. (JSDK-2201)Room.getStatson Chrome now uses the WebRTC 1.0 compliant version of the
RTCPeerConnection'sgetStatsAPI. (JSDK-2182)- Worked around Firefox 63's deprecation
of theisRemoteproperty inRTCInboundRTPStreamStatsandRTCOutboundRTPStreamStats. (JSDK-2222)