Skip to content

Releases: twilio/twilio-video-app-react

v0.11.3

23 May 17:44
e771e39
Compare
Choose a tag to compare

0.11.3

Changes

  • Change default room type to group rooms.

v0.11.2

07 May 03:35
ba3ee22
Compare
Choose a tag to compare

0.11.2

Changes

  • Change default room type to p2p.

v0.11.1

02 May 15:08
5e9f23e
Compare
Choose a tag to compare

0.11.1

Bugfixes

  • Adjusts the implicit dotenv dependency and moves it from devDependencies to dependencies.

v0.11.0

30 Apr 20:57
938ac58
Compare
Choose a tag to compare

0.11.0

Changes

  • Set minimum Node.js version to 20.x

Dependency Upgrade

  • firebase-admin has been upgraded from ^11.2.1 to ^13.2.0.
  • firebase has been upgraded from ^9.9.0 to ^11.6.0.
  • twilio has been upgraded from ^3.63.1 to ^5.5.2.
  • @twilio/video-processors has been upgraded from ^3.0.0-beta.1 to ^3.0.0.
  • ts-jest has been upgraded from ^27.0.1 to ^29.3.2.
  • Added jest to the devDependencies section.
  • Moved dependencies to the devDependencies section.

0.8.0

15 Nov 01:25
91a9be2
Compare
Choose a tag to compare

0.8.0 (November 14, 2022)

New Feature

  • This release adds the ability to maintain audio continuity when the default audio input device changes. If the user chooses a specific audio device from the audio settings, then this feature does not apply.

v0.7.1

05 Aug 23:15
961c140
Compare
Choose a tag to compare

0.7.1 (August 5, 2022)

Dependency Upgrades

  • twilio-video has been upgraded from 2.22.2 to 2.23.0.
  • @twilio/video-room-monitor has been upgraded from 1.0.0 to 1.0.1.
  • @twilio-labs/plugin-rtc has been upgraded from 0.8.2 to 0.8.4.
  • @twilio/conversations has been upgraded from 1.2.3 to 2.1.0.
  • react-scripts has been upgraded from 4.0.3 to 5.0.0.

v0.7.0

06 Jul 16:39
6e481aa
Compare
Choose a tag to compare

0.7.0 (July 6, 2022)

New Feature

  • This release adds a Gallery View feature. Gallery View is an additional layout setting which allows users to view other participants' videos in the form of a grid. Users can update the max number of participants per page via the Audio and Video Settings > Gallery View. Users can also switch to Speaker View (the app's original layout) by accessing the More menu. Please note that Gallery View will be enabled by default.

Dependency Upgrade

  • twilio-video has been upgraded from 2.21.2 to 2.22.0.

Bugfixes

  • Fixes an issue where the <AudioLevelIndicator /> could cause a memory leak after it is mounted/unmounted many times. #703
  • Provides a workaround for a bug introduced in Chrome 103, where calling .stop() on a cloned MediaStreamTrack could cause a loss of audio in the app. #713
  • Removes the frame rate and resolution constraints when requesting a screen share track which should allow for higher quality screen share tracks to be published. #715

v0.6.5

03 Jun 20:23
f91bab9
Compare
Choose a tag to compare

0.6.5 (June 3, 2022)

Dependency Upgrade

  • twilio-video has been upgraded from 2.21.0 to 2.21.2. This new version fixes an issue where the dimensionsChanged event does not fire when the track dimensions first become available. This fixes an issue in this app where portrait-oriented video tracks are not displayed correctly. See this issue.

Bugfixes

  • Improves a problem where the local video track is not properly displayed in Safari. See this issue. #691.
  • This app now displays a useful error message when screen sharing is prevented due to a lack of system permissions.

v0.6.4

10 Mar 22:46
5060ac2
Compare
Choose a tag to compare

0.6.4 (March 9, 2022)

Dependency Upgrades

  • twilio-video has been upgraded from 2.20.1 to 2.21.0. With this update, the twilio-video.js SDK now supports WKWebView and SFSafariViewController on iOS version 14.3 or later. For more information, please refer to this changelog entry from the twilio-video.js SDK.

v0.6.2

04 Feb 23:01
f2011d8
Compare
Choose a tag to compare

0.6.2 (February 4, 2022)

Dependency Upgrades

  • twilio-video has been upgraded from 2.18.2 to to 2.19.0. This new version introduces a new feature called Adaptive Simulcast. When this feature is enabled (by setting preferredVideoCodecs: "auto" in the ConnectOptions), the SDK will use VP8 simulcast, and will enable/disable simulcast layers dynamically, thus improving bandwidth and CPU usage for the publishing client. For more information, please see this changelog entry for the Twilio Video JS SDK.