Skip to content

MuhtasimTanmoy/webRTC-arm64

Repository files navigation

Currently apps using this framework showing problem uploading to App Store due to usage of private API. Will be fixed shortly. Not recommended till then.

WebRTC Binaries for iOS(arm64)

This repository contains the unofficial distribution of WebRTC framework binaries for iOS devices.

About

  • This framework contains the binary with bitcode enabled (7.5 mb). Supports only arm64.
  • All binaries in this repository are compiled from the official WebRTC without any modifications to the sources code or to the output binaries.
  • Should enable bitcode across app.
  • To build own binary, follow link.
  • Dynamic framework (xcframework) which contains multiple binaries for iOS arm64 only.

Compile your own WebRTC Frameworks

If you wish to compile your own WebRTC binary framework, please refer to the following official guide:

https://webrtc.github.io/webrtc-org/native-code/ios/

Cocoapods

Add the following line to your Podfile:

pod 'WebRTC-arm64'

And then run

pod install

Usage

To import WebRTC to your code add the following import statement

import WebRTC

License

WebRTC-arm64 is available under the MIT license. See the LICENSE file for more info.

About

Bitcode enabled iOS arm64 binary

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages