expo-voip-plugin
v1.0.13
Published
Expo VoIP Push Notifications Plugin for iOS
Downloads
6
Maintainers
Readme
expo-voip-plugin
Introduction
This is an Expo plugin that adds the 'voip' background mode to your iOS project. It's useful if you need to use VoIP (Voice over IP) functionality in your app.
Installation
You can install this plugin by running the following command in your Expo project:
npm install expo-voip-plugin
Usage
To use this plugin, add it to the plugins
property in your app.json
or app.config.js
file:
{
"expo": {
"plugins": [
"expo-voip-plugin"
]
}
}
This will add the 'voip' background mode to your Expo project.
Contributing
If you find a bug or have a feature request, please open an issue or a pull request on the GitHub repository. We welcome any contributions or feedback.