Skip to content

zevarito/PodRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PodRTC

PodRTC is an unofficial build of the WebRTC library for IOS platform bundled in this Cocoapod.

WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications.

Releases

Check available releases here

Current "stable" version

There are no concept of stable version just WebRTC revision builds. Notice that not necessary the latest build, either the biggest revision number or last build from master should be considered the best revision to use.

Usage

Update your Podfile with the following line:

pod "PodRTC", "56.17541.0.0"

Chosing version and builds:

Version format corresponds to: MM.RRRRR.D.U

  • MM. Two digit representing the WebRTC branch checked out for the build. m54->54, m55->55, m56->56 ...etc

  • RRRRR. Revision number 9948, 11300, 15101 ...etc

  • D. Indicates the kind of the build.

    0 -> Release

    1 -> Debug

  • U. Updates to the original codebase, this may be patches applied to enable or disable features, bug fixes and so on. Updates and other build information is documented in the RELEASE_LOG file.

This Pod License

MIT

WebRTC License

Please visit WebRTC License page to get complete information of the license and patents that apply to piece of software.

About

Unofficial build of WebRTC for IOS platform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published