{"id":27689436,"url":"https://github.com/sendbird/sendbird-webrtc-ios","last_synced_at":"2026-04-09T05:01:08.591Z","repository":{"id":36750955,"uuid":"165102533","full_name":"sendbird/sendbird-webrtc-ios","owner":"sendbird","description":"This is WebRTC framework for iOS that SendBird builds on top of Google WebRTC","archived":false,"fork":false,"pushed_at":"2025-07-07T05:29:06.000Z","size":127,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-07T06:33:38.751Z","etag":null,"topics":["api-for-calls","api-for-live","audio-call","calls-sdk","chat-sdk","chatgpt","communications-platform","conversation","direct-call","group-call","ios-sdk","live-event","live-sdk","live-streaming","rtc","streaming","swift-sdk","video-call","voip","webrtc"],"latest_commit_sha":null,"homepage":"https://sendbird.com","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sendbird.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-10T17:29:47.000Z","updated_at":"2025-07-07T05:29:10.000Z","dependencies_parsed_at":"2025-04-25T10:08:56.360Z","dependency_job_id":"3c724c0a-1880-4652-9915-d349570924b5","html_url":"https://github.com/sendbird/sendbird-webrtc-ios","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/sendbird/sendbird-webrtc-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-webrtc-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-webrtc-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-webrtc-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-webrtc-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendbird","download_url":"https://codeload.github.com/sendbird/sendbird-webrtc-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-webrtc-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31586410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-for-calls","api-for-live","audio-call","calls-sdk","chat-sdk","chatgpt","communications-platform","conversation","direct-call","group-call","ios-sdk","live-event","live-sdk","live-streaming","rtc","streaming","swift-sdk","video-call","voip","webrtc"],"created_at":"2025-04-25T10:08:44.587Z","updated_at":"2026-04-09T05:01:08.578Z","avatar_url":"https://github.com/sendbird.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebRTC framework for iOS\n\n![Platform](https://img.shields.io/badge/Platform-iOS-orange.svg)\n![CocoaPods compatible](https://img.shields.io/badge/CocoaPods-compatible-green.svg)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-orange.svg)\n[![BSD License](https://img.shields.io/badge/License-BSD-brightgreen.svg)](https://github.com/sendbird/sendbird-webrtc-ios/blob/master/LICENSE)\n\n## Introduction\n\nThis is WebRTC framework for iOS that [SendBird](https://sendbird.com/) builds on top of [Google WebRTC](https://webrtc.org/native-code/ios/). It includes additional features required for SendBirdCall SDK, such as enabled bitcode and VP9 codec.\n\n## Prerequisite\n\niOS 14.0 or higher\n\n## Installation\n\n### Install WebRTC Framework from [Swift Package Manager](https://developer.apple.com/documentation/swift_packages)\n\n1. Go to your Swift Package Manager's File tab and select Swift Packages. Then choose `Add package dependency`\n\n2. Add SendBirdWebRTC into your Package Repository with the following URL: `https://github.com/sendbird/sendbird-webrtc-ios`\n\n3. To add the package, select appropriate dependency rule and click `Add Package`.\n\n### Install WebRTC Framework from [CocoaPods](https://github.com/CocoaPods/CocoaPods)\n\nAdd below into your Podfile.\n\n```\nplatform :ios, '14.0'\nuse_frameworks!\n\ntarget YOUR_PROJECT_TARGET do\n  pod 'SendBirdWebRTC'\nend\n```\n\nInstall WebRTC Framework through CocoaPods.\n\n```\npod install\n```\n\nNow you can see installed WebRTC framework by inspecting `YOUR_PROJECT.xcworkspace`.\n\n### Install WebRTC Framework from [Carthage](https://github.com/Carthage/Carthage)\n\n\u003e Requires Carthage version 0.38 or higher\n\n1. Add `binary \"https://raw.githubusercontent.com/sendbird/sendbird-webrtc-ios/master/SendBirdWebRTC.json\"` to your Cartfile.\n2. Run `carthage update --use-xcframeworks`.\n3. Go to your Xcode project's `\"General\"` settings. Open `\u003cYOUR_XCODE_PROJECT_DIRECTORY\u003e/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`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendbird%2Fsendbird-webrtc-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendbird%2Fsendbird-webrtc-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendbird%2Fsendbird-webrtc-ios/lists"}