Swiftpack.co - Swift Packages by AgoraIO-Community

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by AgoraIO-Community

AgoraIO-Community/VideoUIKit-iOS 4.1.1
Swift package and CocoaPod to simply integrate Agora Video Calling or Live Video Streaming to your iOS or macOS app with just a few lines of code.
⭐️ 63
🕓 46 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 4.1.1
46 weeks ago
Bumped engine version up to 4.2.0
Release 4.1.0
1 year ago
- You can now enable the camera + mic before joining a call - Fix end-call leaving the video enabled
4.0.7
1 year ago
## What's Changed * Podspec RTC Version Align by @maxxfrazer in https://github.com/AgoraIO-Community/VideoUIKit-iOS/pull/87 **Full Changelog**: https://github.com/AgoraIO-Community/VideoUIKit-iOS/compare/4.0.6...4.0.7
4.0.6 - Handle Flutter UI Kit
1 year ago
- 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
1 year ago
- Bumped Engine to 4.1.0 - Added DocC Tutorial for SwiftUI usage
4.0.3 - Easy Custom Camera
1 year ago
- 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!
1 year ago
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
1 year ago
- Bump to RTC 4.0.1 - Added missing documentation - Added mediaOptions to join channel methods [See 4.0.0 Release notes here](https://github.com/AgoraIO-Community/VideoUIKit-iOS/releases/tag/4.0.0)
4.0.0 Release
1 year ago
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](http://agoraio-community.github.io/VideoUIKit-iOS/documentation/agorauikit/) - ➡️ macOS support has moved to [VideoUIKit-macOS](https://github.com/AgoraIO-Community/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
1 year ago
Add UI Kit logging
iOS
AgoraIO-Community/SwiftUIRtc 0.5.0
SwiftUI and Real-time Video Calling with Agora's RTC SDK
⭐️ 7
🕓 38 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.5.0 - Other Canvas ID Types
38 weeks ago
Update Canvas IDs new default way is: ```swift ForEach(Array(agoraManager.allUsers), id: \.self) { uid in AgoraVideoCanvasView(manager: agoraManager, canvasId: .userId(uid)) .aspectRatio(contentMode: .fit).cornerRadius(10) } ``` This enables joinChannelEx video views as well as media source inputs: `canvasId: .userIdEx(uid, rtcConnection)` `canvasId: .mediaSource(.mediaPlayer, mediaPlayerId: mediaPlayer.getMediaPlayerId())`
More canvas types test
38 weeks ago
0.4.0 - Release with CocoaPods
40 weeks ago
0.4.0-rc.2 CocoaPods Auto-release
40 weeks ago
0.4.0-rc.1 - CocoaPods
40 weeks ago
Initial version testing cocoapods releases
0.3.0
42 weeks ago
Documentation and some property name updates Most notably `AgoraManager/engine` -> `AgoraManager/agoraEngine`
0.2.0 Default Implementation Keeps User ID's
1 year ago
- Added some more default behaviour, to record user Ids when people connect or disconnect - Added initial documentation coverage and deployment - [Documentation](https://agoraio-community.github.io/AgoraVideoSwiftUI/)
0.1.2 - Fixing bugs
1 year ago
Fix public initialisers
1 year ago
Initial test release
1 year ago
iOS macOS
AgoraIO-Community/VideoUIKit-macOS 4.0.6
Swift Package and CocoaPod to simply integrate Agora Video Calling or Live Video Streaming to your macOS app with just a few lines of code.
⭐️ 2
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4.0.6 - Handle Flutter UI Kit
1 year ago
- Handle incoming user IDs greater than Int32.max - Handle previous flutter versions with mic and camera swapped on mute requests.
4.0.4 - Fix macOS Screen-share
1 year ago
- Builtin screen sharing button wasn't working right for macOS, now it is! RTC SDK - 4.0.1
4.0.3 - Easy Custom Camera
1 year ago
- Added custom camera updates from iOS Video UI Kit - Added camera docs and with pictures for custom camera guide. - Updated docs for broadcast extension (iOS). - Showing all Video UI Kit submodule docs here: https://agoraio-community.github.io/VideoUIKit-macOS/extensions - Example project shows how to change camera or microphone used (macOS only)
Release 4.0.1
1 year ago
- Bump to RTC 4.0.1 - Added missing documentation - Added mediaOptions to join channel methods
4.0.0 Release
1 year ago
- 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](http://agoraio-community.github.io/VideoUIKit-macOS/documentation/agorauikit/) - ➡️ iOS support can be found at [VideoUIKit-iOS](https://github.com/AgoraIO-Community/VideoUIKit-iOS).
macOS
AgoraIO-Community/AgoraChat_iOS 1.0.6
Agora Chat Swift Package
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 1.0.6
1 year ago
Release 1.0.6-rc.1
1 year ago
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics