https://github.com/livekit/webrtc-xcframework
https://github.com/livekit/webrtc-xcframework
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livekit/webrtc-xcframework
- Owner: livekit
- License: mit
- Created: 2023-10-05T09:07:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T08:16:31.000Z (11 months ago)
- Last Synced: 2025-07-25T12:13:56.023Z (11 months ago)
- Language: Ruby
- Size: 33.2 KB
- Stars: 14
- Watchers: 16
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webrtc-xcframework
LiveKit version Dynamic WebRTC XCFramework
* Framework is renamed to `LiveKitWebRTC`.
* Objective-C symbols are prefixed with `LK`, for example `LKRTCPeerConnection`.
* Network Monitor is always enabled (Field trial `WebRTC-Network-UseNWPathMonitor`)
Built using :
* https://github.com/webrtc-sdk/webrtc
* https://github.com/webrtc-sdk/webrtc-build
## Requirements
* iOS 13+
* macOS 10.15+
* Mac Catalyst 14.0+
* visionOS 2.2+
* tvOS 17.0+
## Binaries included
| **Platform / arch** | arm64 | x64 |
|--------------------------|--------|---------|
| **iOS (device)** | ✅ | |
| **iOS (simulator)** | ✅ | ✅ |
| **macOS** | ✅ | ✅ |
| **Mac Catalyst** | ✅ | ✅ |
| **visionOS (device)** | ✅ | |
| **visionOS (simulator)** | ✅ | |
| **tvOS (device)** | ✅ | |
| **tvOS (simulator)** | ✅ | |