Skip to content

Releases: twilio/twilio-webrtc.js

4.6.0

08 Mar 20:42
Compare
Choose a tag to compare

4.6.0 (March 8, 2022)

New Features

4.5.2

04 Jan 19:22
Compare
Choose a tag to compare

4.5.2 (January 4, 2022)

Bug Fixes

  • Fixed a bug where audioLevel, frameRate, and captureDimensions 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

01 Sep 22:07
Compare
Choose a tag to compare

4.5.1 (September 1, 2021)

New Features

  • Enabled support for Chrome on iOS.

4.4.0

15 Jun 18:06
Compare
Choose a tag to compare

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

10 May 15:32
Compare
Choose a tag to compare

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

12 Aug 17:53
Compare
Choose a tag to compare

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

08 Jul 23:01
Compare
Choose a tag to compare

4.3.1 (July 8, 2020)

Changes

  • Removed references to const in order to preserve es5 support. (JSDK-2913)

4.3.0

05 Jun 23:08
Compare
Choose a tag to compare

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 and moz) of getUserMedia and RTCPeerConnection. (JSDK-2832)

4.2.1

27 May 23:40
Compare
Choose a tag to compare

4.2.1 (May 27, 2020)

Bug Fixes

  • Fixed a bug where packetsLost and roundTripTime were reported inaccurately even though they were available in Chrome. (JSDK-2755, JSDK-2787, JSDK-2787)

4.2.0

21 Feb 21:01
Compare
Choose a tag to compare

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)