Releases: twilio/twilio-video-app-react
Releases · twilio/twilio-video-app-react
v0.2.4
0.2.4
Bugfixes
- Screen sharing track is stopped when disconnected from a room due to network issues. #452
- The
<UnsupportedBrowserWarning />component has been moved to fix an issue with the app crashing on devices wherenavigator.mediaDevicesdoesn't exist. #447 - The Typescript definition for the
roomobject has been improved. #434 - Fix NPM script to lint files. #432
Dependency Upgrades
v0.2.3
v0.2.2
0.2.2
Bugfixes
- The participant thumbnails are no longer pushed out of view on certain mobile devices. #347
- Fix issue where the user's camera LED would not turn off when they click on the "Stop Video" button. #350
- Fix issue where
getAudioAndVideoTracksis repeatedly called when there is agetUserMediaerror. #363 - Update
useTrackDimensionshook so that it correctly causes a component re-render when track dimensions change. Thanks @tomhicks! #387 - Audio and Video tracks are now stopped when the user disconnects from the room. #401
- The participant list no longer flickers when the browser is of a certain height. #402
v0.2.1
0.2.1
New Features
- Devices that are selected in the "Audio and Video Settings" modal will not be reset when the page is reloaded. Device IDs are stored in local storage so that the same input and output devices will be used for each session. (#333)
Bug Fixes
- A pinned participant will no longer be pinned after they disconnect from a room. (#339)
- The throttle interval in the
VideoToggleButtoncomponent has been incresased to avoid duplicate track publication when the button is pressed rapidly. (#336) - Cypress tests have been updated to improve reliability. (#332)
Dependency Upgrades
react-scriptshas been upgraded from 3.4.3 to 3.4.4. (#337)firebasehas been upgraded from 7.8.0 to 7.24.0 (#335)twilio-videohas been upgraded from 2.8.0-beta.1 to 2.8.0-beta.2. This is to include a bug fix where an iOS 14 Safari Participant is not heard by others in a Room after handling an incoming phone call. (#344)