Skip to content

auvious/googlewebrtc-pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC SDK for iOS

This pod contains the WebRTC iOS SDK in binary form. It is a dynamic library that contains the armv7, arm64 and x86_64 slices. Bitcode is not supported. Our currently provided API’s are Objective C only.

Getting started

If you are new to WebRTC valuable resources can be found at webrtc.org/start/. More documentation can be found at https://webrtc.org/native-code/ios/. Sample code can be found here.

Installation

To integrate the WebRTC SDK into your XCode project add the following to your Podfile:

source 'https://github.com/auvious/CocoaPodSpecs.git'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
 platform :ios, '10.0'
 pod 'AuviousGoogleWebRTC'
end

Then, run the following command

$ pod install

Notice

While WebRTC source code is licensed under BSD, it depends on many other open sourced projects. The list of relevant transitive licenses are enclosed in LICENSE.md.

Terms of Service

WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for browsers, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC Mobile libraries are part of Google’s effort to facilitate the adoption of WebRTC on Android and iOS. They can be integrated with projects in Apple’s Xcode and Android studio directly, giving developers the opportunity to start experimenting with WebRTC. The libraries are published weekly as a snapshot of the WebRTC source code at https://webrtc.googlesource.com/src. They are targeted for developers that want to try out WebRTC on mobile devices.

Thank you, -The WebRTC Team

About

Auvious Build for GoogleWebRTC CocoaPod

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •