SendBirdWebRTC 1.8.1

SendBirdWebRTC 1.8.1

Maintained by Jed Gyeong, Young Hwang, Tez Park, Minhyuk Kim, Damon.Park, Celine, SDK-Automation.



  • By
  • Jed Gyeong, Young Hwang, Minhyuk Kim, Damon Park, Tez Park and Celine Moon

WebRTC framework for iOS

Platform CocoaPods compatible Carthage compatible BSD License

Introduction

This is WebRTC framework for iOS that SendBird builds. Every feature is identical to Google WebRTC, but this framework is the bitcode-enabled and includes VP9 codec.

Prerequisite

iOS 9.0 or higher

Installation

The size of the framework is huge. In order to install on your project, you can use CocoaPods or Carthage. If you want to use CocoaPods, then you have to install git-lfs first. Please refer to the git-lfs document.

Install WebRTC Framework from CocoaPods

Add below into your Podfile.

platform :ios, '9.0'
use_frameworks!

target YOUR_PROJECT_TARGET do
  pod 'SendBirdWebRTC', :git => 'https://github.com/sendbird/sendbird-webrtc-ios.git', :tag => 'v1.0'
end

Install WebRTC Framework through CocoaPods.

pod install

Now you can see installed WebRTC framework by inspecting YOUR_PROJECT.xcworkspace.

Install WebRTC Framework from Carthage

  1. Add github "sendbird/sendbird-webrtc-ios.git" to your Cartfile.
  2. Run carthage update.
  3. Go to your Xcode project's "General" settings. Open <YOUR_XCODE_PROJECT_DIRECTORY>/Carthage/Build/iOS in Finder and drag WebRTC.framework to the "Embedded Binaries" section in Xcode. Make sure Copy items if needed is selected and click Finish.