Code Monkey home page Code Monkey logo

sendbird-webrtc-ios's Introduction

WebRTC framework for iOS

Platform CocoaPods compatible Carthage compatible Swift Package Manager compatible BSD License

Introduction

This is WebRTC framework for iOS that SendBird builds on top of Google WebRTC. It includes additional features required for SendBirdCall SDK, such as enabled bitcode and VP9 codec.

Prerequisite

iOS 11.0 or higher

Installation

Install WebRTC Framework from Swift Package Manager

  1. Go to your Swift Package Manager's File tab and select Swift Packages. Then choose Add package dependency

  2. Add SendBirdWebRTC into your Package Repository with the following URL: https://github.com/sendbird/sendbird-webrtc-ios

  3. To add the package, select appropriate dependency rule and click Add Package.

Install WebRTC Framework from CocoaPods

Add below into your Podfile.

platform :ios, '11.0'
use_frameworks!

target YOUR_PROJECT_TARGET do
  pod 'SendBirdWebRTC'
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

Requires Carthage version 0.38 or higher

  1. Add binary "https://raw.githubusercontent.com/sendbird/sendbird-webrtc-ios/master/SendBirdWebRTC.json" to your Cartfile.
  2. Run carthage update --use-xcframeworks.
  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.

sendbird-webrtc-ios's People

Contributors

famous90 avatar mininny avatar sf-jed-kyung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.