Skip to content

Releases: twilio/twilio-video-app-ios

0.1.24

14 Feb 23:39
Compare
Choose a tag to compare

0.1.24 (February 12, 2025)

Maintenance

  • Updated Video iOS SDK version to 5.9.0

0.1.23

04 Feb 19:39
70204a3
Compare
Choose a tag to compare

0.1.23 (January 29, 2025)

Maintenance

  • Added config file command to update Fastlane.

0.1.22

29 Jan 19:28
59d5a80
Compare
Choose a tag to compare

0.1.22 (January 28, 2025)

Maintenance

  • Added config file command to update Fastlane.

0.1.21

28 Jan 16:16
5201585
Compare
Choose a tag to compare

0.1.21 (January 27, 2025)

Maintenance

  • Updated minimum AppCenter SDK version to 5.0.3.
  • Updated Video iOS SDK version to 5.8.4.

0.1.17

24 Jan 20:33
685c3b9
Compare
Choose a tag to compare

test release

0.1.16

24 Aug 22:42
f22d33f
Compare
Choose a tag to compare

Upgraded to Video iOS SDK 5.2.0

0.1.15

03 Jun 21:42
Compare
Choose a tag to compare

Maintenance

  • Switched from CocoaPods to Swift Package Manager.
  • Burned some app version numbers trying to get CI to build the release with Swift Package Manager.

0.1.9

21 Apr 16:38
39194f2
Compare
Choose a tag to compare

Maintenance

  • Improve release process used for internal testing.
  • Use semantic versioning for the app version number.

v0.95

31 Mar 20:29
Compare
Choose a tag to compare

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

18 Jan 18:14
Compare
Choose a tag to compare

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.