# stasel/WebRTC-iOS

A simple native WebRTC demo iOS app using swift

Repository: https://github.com/stasel/WebRTC-iOS
Canonical: https://ross.abutalabs.com/products/webrtc-ios
Language: Swift
License: Apache-2.0
License Family: permissive
Topics: webrtc, ios, swift
Last push: 2026-07-14T19:57:50+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 35, longevity 100
- inputs: {"age_days": 3026, "days_push": 50, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1278, forks 258 (observed 2026-08-28T04:04:13.473471+00:00)

## What it is
A native iOS demo app written in Swift that shows the bare minimum needed to establish a peer-to-peer WebRTC connection, including audio and video chat between two devices. It ships with simple Node.js and Swift signaling servers for demonstration purposes and is explicitly not production-ready.

## Use cases
- learn how WebRTC peer-to-peer connections work on iOS
- build a simple video call demo between two iPhones
- test WebRTC audio and video on real iOS devices
- understand SDP offer/answer exchange with a signaling server
- see how to integrate CallKit with a WebRTC audio session
- get a starting point for building an iOS VoIP app

## When to choose
- you want a minimal, readable Swift example of native WebRTC on iOS
- you are learning WebRTC signaling, SDP exchange, and peer connections
- you need a reference for CallKit integration with WebRTC audio sessions

## When to avoid
- you need a production-ready VoIP app with real signaling, TURN servers, and push notifications
- you need video capture support in the iOS simulator
- you want a reusable WebRTC library or SDK rather than a demo app

## Facets
- artifact type: application
- maturity: active
- function: websocket, http-server, audio-processing, video-processing, gui
- domain: mobile-development, networking, developer-tools, tutorials
- platform: -
- tags: webrtc, demo-app, peer-to-peer, voip, signaling-server, sample-code, swift, real-time, ios, macos, nodejs

## Member repositories
- stasel/WebRTC-iOS (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:13.473471+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:02:47.339887+00:00, confidence not recorded.
  - readme: https://github.com/stasel/WebRTC-iOS (fetched 2026-08-28T04:04:13.473471+00:00, sha a5037347d208)
- Data as of 2026-08-30T08:39:29.467469+00:00.
