Kivy VoIP has been fully integrated into the Plyer module and is no longer maintained as a standalone project.
All VoIP-related functionality is now available directly within Plyer. Developers should use Plyer’s VoIP API for all future implementations.
Kivy VoIP was a framework designed to bring Voice Over IP (VoIP) functionality to Kivy applications. This project has now been merged into Plyer, simplifying the process of setting up voice communication between users within Kivy apps.
As a result of this transition, Kivy VoIP is no longer a separate project. Developers should use Plyer’s built-in VoIP API for implementing voice communication in their Kivy applications.
- Real-time voice communication.
- Seamless integration with Kivy applications.
- Support for Android and iOS platforms.
Kivy VoIP has been successfully merged into Plyer, meaning all VoIP-related features are now available in Plyer’s main branch.
To use the VoIP functionality, install the latest version of Plyer directly from the GitHub repository:
pip install git+https://github.com/kivy/plyer.git@master
This project's voip.py file is licensed under the MIT License. See the LICENSE.txt file for details.