Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

React Native Example App

Running

In client-sdk-react-native directory, run:

yarn bootstrap

iOS

To run for iOS, you need the following pre-requisites:

  • cocoapods (install from Homebrew)
  • Xcode

Generate the Pod project with:

cd ios
pod install

Then open in Xcode:

open LivekitReactNativeExample.xcworkspace

Note

This app cannot run on iOS simulator on M1 Macs.

Android

yarn android

End-to-End Encryption (E2EE)

This example app demonstrates E2EE functionality using the useRNE2EEManager hook. You can enable E2EE by toggling it in the pre-join screen and providing an encryption key. When enabled, all audio and video tracks in the room will be end-to-end encrypted.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.