Skip to content

Releases: twilio/twilio-video-app-ios

v0.81

20 Sep 22:04
Compare
Choose a tag to compare

New Feature

  • Added support for Client Track Switch Off and Video Content Preferences.
  • Improved UICollectionView cell management so that tracks are switched off immediately when cells are offscreen.
  • We recommend that you review the ParticipantCell and VideoView implementations if you use UICollectionView and want to update your application for Client Track Switch Off.
  • For more information, please view this blog post and feature documentation.

Bugs

  • Fixed a visual issue where the UICollectionView had leading space to its superview.

Maintenance

  • Removed support for the deprectated maxTracks and renderDimensions properties in VideoBandwidthProfileOptions.

Dependency Upgrades

  • TwilioVideo has been updated from 4.4.0 to 4.5.0, and 4.5.0 is now the minimum required version. #169