Twilio Video App Ios Versions Save

A collaboration application built with the Twilio Video iOS SDK

v0.95

2 years ago

New Features

  • Started using SwiftUI to build a better app with a lot less code. If you want to use code from this repo in a UIKit app, see these tips.
  • Added speaker grid layout to show participant video in a grid. The grid supports pagination and users can swipe to switch between grid pages. The most recent dominant speakers are automatically displayed on the first page of the grid.
  • Added presenter layout that displays the most recent dominant speaker. If a user is sharing their screen it also displays the screen presentation.
  • Removed old video layout that had a main video view and list of participants. This is replaced by the new grid and presenter layouts.
  • New UI styling for all features except sign in and app settings.

v0.88

2 years ago

Maintenance

  • Updated the internal build variant to use the same REST interface for the token endpoint as the community build.
  • Removed topology setting that was only used by internal build.
  • Simplified error handling for REST requests.

v0.86

2 years ago

Maintenance

  • Updated repo to use Fastlane match for provisioning.

v0.85

2 years ago

Dependency Upgrades

  • TwilioVideo has been updated from 4.6.1 to 4.6.2. #177

v0.84

2 years ago

Dependency Upgrades

  • TwilioVideo has been updated from 4.6.0 to 4.6.1. #176

v0.81

2 years ago

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

v0.82

2 years ago

New Feature

  • This release adds support for Apple Silicon arm64 Macs. You can now run the iOS and iPad OS simulators on your Mac in addition to testing on physical devices.
  • TwilioVideo 4.6.0 also updates WebRTC to M88 and modernizes the use of several WebRTC APIs.

Dependency Upgrades

  • Several dependencies were updated in order to support the iOS and iPadOS simulators on Apple Silicon machines.
  • AppCenter/Distribute has been updated from 3.3.4 to 4.3.0. #174
  • Firebase/Analytics has been updated from 6.34.0 to 8.7.0. #174
  • Firebase/Crashlytics has been updated from 6.34.0 to 8.7.0. #174
  • FirebaseUI/Auth has been updated from 9.0.0 to 12.0.2. #174
  • FirebaseUI/Google has been updated from 9.0.0 to 12.0.2. #174
  • TwilioVideo has been updated from 4.5.0 to 4.6.0. #174