Releases: twilio/twilio-webrtc.js
Releases · twilio/twilio-webrtc.js
4.6.0
4.5.2
4.5.2 (January 4, 2022)
Bug Fixes
- Fixed a bug where
audioLevel
,frameRate
, andcaptureDimensions
WebRTC stats are returning null on certain browsers. With this release, these stats are now populated whenever they are available. (VIDEO-3600)
4.5.1
4.4.0
4.4.0 (June 15, 2021)
New Features
getStats()
now reports the following additional metrics:totalPacketSendDelay
totalEncodeTime
framesEncoded
framesDecoded
totalDecodeTime
estimatedPlayoutTimestamp
jitterBufferDelay
jitterBufferEmittedCount
4.3.3
4.3.3 (May 10, 2021)
Bug Fixes
- Fixed a bug where loading
@twilio/webrtc
resulted in page errors on Firefox Galaxy S9 simulation mode. (VIDEO-4654)
4.3.2
4.3.2 (August 12, 2020)
Bug Fixes
- Fixed a bug where
getStats()
returned stats for only one of the temporal layers of a VP8 simulcast MediaStreamTrack. (JSDK-2920)
4.3.1
4.3.1 (July 8, 2020)
Changes
- Removed references to
const
in order to preserve es5 support. (JSDK-2913)
4.3.0
4.3.0 (June 5, 2020)
Changes
- twilio-webrtc.js will no longer support Chrome and Firefox versions that support only the prefixed versions (
webkit
andmoz
) ofgetUserMedia
andRTCPeerConnection
. (JSDK-2832)
4.2.1
4.2.1 (May 27, 2020)
Bug Fixes
- Fixed a bug where
packetsLost
androundTripTime
were reported inaccurately even though they were available in Chrome. (JSDK-2755, JSDK-2787, JSDK-2787)
4.2.0
4.2.0 (February 21, 2020)
New Features
- twilio-webrtc.js will now export
guessBrowserVersion
, which detects the major
and minor versions of the browser it is running on. (JSDK-2670)
Bug Fixes
- Fixed a bug where
guessBrowser
was falsely detecting Chrome and Firefox on iOS
as Safari. (JSDK-2670)