<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/introducing-react-native-whip-whep-uszt7pczc" -->

---
title: Introducing react-native-whip-whep | daily.dev
description: Software Mansion has released react-native-whip-whep, an SDK that brings WHIP (WebRTC-HTTP Ingestion Protocol) and WHEP (WebRTC-HTTP Egress Protocol) support...
canonical: https://daily.dev/posts/introducing-react-native-whip-whep-uszt7pczc
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Introducing react-native-whip-whep | daily.dev
og:description: Software Mansion has released react-native-whip-whep, an SDK that brings WHIP (WebRTC-HTTP Ingestion Protocol) and WHEP (WebRTC-HTTP Egress Protocol) support...
og:url: https://daily.dev/posts/introducing-react-native-whip-whep-uszt7pczc
og:image: https://api.daily.dev/og/posts/UsZT7pcZc.png
og:image:alt: Introducing react-native-whip-whep
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing react-native-whip-whep

**[Software Mansion](https://daily.dev/sources/swmansion)** · 6 min read · 0 upvotes · 0 comments

## Summary

Software Mansion has released react-native-whip-whep, an SDK that brings WHIP (WebRTC-HTTP Ingestion Protocol) and WHEP (WebRTC-HTTP Egress Protocol) support to React Native, Android, and iOS. The library lets developers establish WebRTC PeerConnections, configure stream properties (resolution, audio/video toggles), and send or receive media streams with minimal code. Key APIs include createWhipClient()/createWhepClient() for setup, connectWhipClient()/connectWhepClient() for SDP offer exchange and ICE negotiation, and View components for rendering streams. A working code example demonstrates receiving a live stream from a broadcaster endpoint. The package is available on npm and pairs with an Elixir-based WHIP/WHEP test server maintained by the same team.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://swmansion.com/blog/introducing-react-native-whip-whep-ac9e5588d4da>

---

Tags: [#mobile](https://daily.dev/tags/mobile), [#react-native](https://daily.dev/tags/react-native), [#webrtc](https://daily.dev/tags/webrtc)

[View this post on daily.dev](https://daily.dev/posts/introducing-react-native-whip-whep-uszt7pczc)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Introducing react-native-whip-whep","url":"https://daily.dev/posts/introducing-react-native-whip-whep-uszt7pczc","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/introducing-react-native-whip-whep-uszt7pczc"},"datePublished":"2026-08-02T07:15:59.051Z","dateModified":"2026-08-02T07:43:11.504Z","description":"Software Mansion has released react-native-whip-whep, an SDK that brings WHIP (WebRTC-HTTP Ingestion Protocol) and WHEP (WebRTC-HTTP Egress Protocol) support...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/87409e92450ffed6ad52b0d54671a900?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/87409e92450ffed6ad52b0d54671a900?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Software Mansion","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Software Mansion","logo":"https://media.daily.dev/image/upload/s--sOx0vaVZ--/f_auto,q_auto/v1785654908/logos/swmansion?_a=BAMAMicg0","url":"https://daily.dev/sources/swmansion"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/introducing-react-native-whip-whep-uszt7pczc","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"mobile,react-native,webrtc","timeRequired":"PT6M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Software Mansion","item":"https://daily.dev/sources/swmansion"},{"@type":"ListItem","position":3,"name":"Introducing react-native-whip-whep"}]}
```

