Skip to content

InkAndSteel/expo-config-plugin-jitsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@inkandsteel/expo-config-plugin-jitsi

An Expo config plugin to add Jitsi Meet SDK support to your Expo project.

Installation

using npm

npm install @inkandsteel/expo-config-plugin-jitsi

using yarn

yarn add @inkandsteel/expo-config-plugin-jitsi

Usage

Add the plugin to your Expo config in app.json or app.config.js:

{
  "expo": {
    "plugins": ["@inkandsteel/expo-config-plugin-jitsi"]
  }
}

What it does

This plugin automatically:

  • iOS Configuration:
    • Adds JitsiMeetSDK pod
    • Configures required permissions
  • Android Configuration:
    • Adds Jitsi Maven repository
    • Adds Jitsi SDK dependency
    • Configures required permissions and activities

Permissions

This plugin adds the following permissions:

  • iOS

    • Camera access
    • Microphone access
  • Android

    • Camera
    • Record Audio
    • Internet
    • Modify Audio Settings
    • Wake Lock

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published