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.
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.
Update your Podfile
with the following line:
pod "PodRTC", "56.17541.0.0"
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.
MIT
Please visit WebRTC License page to get complete information of the license and patents that apply to piece of software.