Releases: AgoraIO-Community/VideoUIKit-iOS
Releases · AgoraIO-Community/VideoUIKit-iOS
Release 4.1.1
Bumped engine version up to 4.2.0
Release 4.1.0
- You can now enable the camera + mic before joining a call
- Fix end-call leaving the video enabled
4.0.7
4.0.6 - Handle Flutter UI Kit
- Handle incoming user IDs greater than Int32.max
- Handle previous flutter versions with mic and camera swapped on mute requests.
4.0.5 - Bumped RTC Engine to 4.1.0
- Bumped Engine to 4.1.0
- Added DocC Tutorial for SwiftUI usage
4.0.3 - Easy Custom Camera
- Added custom camera updates. Now working with enabling/disabling local camera on local and remote feeds.
- Added camera docs and with pictures for custom camera guide.
- Updated docs for broadcast extension.
4.0.2 - Screen Sharing!
This update brings new classes and libraries for screen sharing!
See the detailed docs on how the screen sharing libraries work here:
https://agoraio-community.github.io/VideoUIKit-iOS/extensions/AgoraBroadcastExtensionHelper/
Smaller patch updates:
- Hide beautify button by default
- Disable Video UI Kit screen share button for iOS
- Showing all Video UI Kit submodule docs here: https://agoraio-community.github.io/VideoUIKit-iOS/extensions
4.0.1 Release
- Bump to RTC 4.0.1
- Added missing documentation
- Added mediaOptions to join channel methods
4.0.0 Release
Lots of under-the-hood updates, but for developers using this package, it means almost no change at all. These are the things to note:
- This release uses RTC Engine 4.0.0-r.4 under the hood.
- ✨ The main feature is that this Video UI Kit uses Agora RTC 4.x instead of 3.x
- 😢 It also uses RTM 1.5.x, as sending images or files over RTM is no longer supported.
- 📖 API Reference has had a makeover, with the 2022 DocC updates, and including an article. Check out the docs here
- ➡️ macOS support has moved to VideoUIKit-macOS, due to not being able to host both packages in one repository. Updates will continue on this repository, with changes pulled into the macOS repo.
4.0.1 Beta 1
Add UI Kit logging