WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

Unofficial distribution of up to date WebRTC framework binaries for iOS and macOS

Results 31 WebRTC issues
Sort by recently updated
recently updated
newest added

Hi @stasel I added your framework as a dependency of my app using Xcode & SPM. I'm using the latest 103 version and it works fine on iOS. But when...

![image](https://user-images.githubusercontent.com/149561/172656527-f8396524-7608-42c3-9959-a90520964952.png) I am using a custom video capturer that creates RTCVideoFrame(s) from a CGImage converted to a CVPixelBuffer (to initialize the RTCVideoFrame): ``` func processSampleBuffer(_ pixelBuffer: CVPixelBuffer) { let rtcpixelBuffer...

Can anyone add support for watchOS for watchOS9. CallKit support

Hi. I am trying to install a manually downloaded WebRTC. I create an empty project, add `xcframework` to my `Frameworks, Libraries, and Embedded content` and just run the empty project....

I recently switched from the old Google pod to a binary. I'm getting a rejection when trying to upload a build to the app store: > The app references non-public...

Both cocoapod and Swift PM methods cannot be downloaded. Xcode 13.4 M1 pro pod version : 1.11.2

Can support be added for setting `enable_dsyms=true` via environment variable and also adding the generated dSYMs to the generated frameworks?

Hi, @stasel I'm trying to run my app using M95 release on my Macbook with M1 CPU and I always get this: ``` Undefined symbols for architecture arm64: "_OBJC_CLASS_$ _RTCMTLVideoView"...

Thanks for great job. Could you add support build script for tvOS?

For adaptive streaming many encode has default setting veryfast. Is this the case here and if so then how to change it