Skip to content

Raj123456788/mesibowebrtcframework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC framework for iOS - static version

Why this framework?

It's an unfortunate decision on Google's part to remove the static target from the WebRTC build. There are a couple of requests including this one for the rollback on WebRTC issue tracker, unfortunately, Google marked then as WontFix and hence this framework.

Here you will find WebRTC static framework for iOS recompiled using modified ninja files. This framework has some additional Mesibo specific code. Note that, Mesibo specific code is additional and has no impact on the original API. You can use it even if you are not using Mesibo.

Bitcode

Additionally, this build is bitcode enabled unlike the Google version which is NOT bitcode enabled.

IMPORTANT - install LFS before CLOING the Repository

WebRTC framework is a large download (over 800MB+). This requires that the Git LFS is installed before you clone the repository. Cloning likely to fail if you try to clone without LFS installed. In such case, delete the entire repository, install LFS and clone again.

To download, open a terminal and issue following commands:

$ git lfs install
$ git clone https://github.com/mesibo/mesibowebrtcframework

Open Source Messenger App For iOS

This framework is used in Open Source Messenger App For iOS

About

WebRTC framework for iOS - static version

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.4%
  • C 0.6%