This is the WebRTC framework using the XCFramework bundle type for iOS and macOS.
Requires Swift 5.3
Add https://github.com/Bandwidth/webrtc-swift.git as a dependency to your Package.swift file.
dependencies: [
.package(name: "webrtc", url: "https://github.com/Bandwidth/webrtc-swift.git", .upToNextMajor(from: "1.0.0"))
]
Add https://github.com/Bandwidth/webrtc-swift.git using Xcode > File > Swift Packages > Add Package Dependency...