An open API service indexing awesome lists of open source software.

https://github.com/livekit/webrtc-xcframework


https://github.com/livekit/webrtc-xcframework

Last synced: 7 months ago
JSON representation

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)** | ✅ | |