Welcome to NativeTgCalls, an innovative open-source project. NativeTgCalls represents the next evolution in Telegram calling, building on the foundation laid by PyTgCalls.
Powerful | Simple | Light |
---|---|---|
Built from scratch in C++ using Boost, libwebrtc and FFmpeg |
Simple Python, GO and C Bindings |
We removed anything that could burden the library, including NodeJS |
...and more, without even rewriting your code that uses PyTgCalls!
NativeTgCalls, often referred to as NTgCalls, is an exciting open-source venture. This project redefines the Telegram calling experience and introduces innovative features while preserving the legacy of PyTgCalls.
Architecture | Windows | Linux | MacOS |
---|---|---|---|
x86_64 | |||
ARM64 |
NativeTgCalls is a playground for experimentation. We understand the importance of customization for developers, empowering you to tailor your Telegram calling solutions to your precise requirements.
Building upon the success of PyTgCalls, NativeTgCalls provides a natural progression for developers familiar with its predecessor. This evolution streamlines the development process and extends the capabilities of Telegram calling.
Importantly, PyTgCalls will seamlessly integrate the new core (NTgCalls) to ensure backward compatibility.
NativeTgCalls offers Py Bindings, enabling seamless integration with Python. Follow these steps to compile NativeTgCalls with Python Bindings:
-
Ensure you are in the root directory of the NativeTgCalls project.
-
Run the following command to install the Py Bindings:
python3 setup.py install
For developers looking to use NativeTgCalls with C and C++, we provide C Bindings. Follow these steps to compile NativeTgCalls with C Bindings:
- Ensure you are in the root directory of the NativeTgCalls project.
- Run the following command to generate the shared libs:
python3 setup.py build_shared
- Upon successful execution, a shared library will be generated in the "shared-output" directory. You can now use this library to develop applications with NativeTgCalls.
- To include the necessary headers in your C/C++ projects, you will find the "include" folder in the root of the project. Utilize this folder for including the required header files.
- @Laky-64 (DevOps Engineer, Software Architect, Porting Engineer):
- Played a crucial role in developing NTgCalls.
- Created the Python Bindings that made the library accessible to Python developers.
- Developed the C Bindings, enabling the library's use in various environments.
- @dadadani (Senior C++ Developer, Performance engineer):
- Contributed to setting up CMakeLists and integrating with pybind11, greatly simplifying the library's usage for C++ developers.
- @kuogi (Senior UI/UX designer, Documenter):
- As a Senior UI/UX Designer, Kuogi has significantly improved the user interface of our documentation, making it more visually appealing and user-friendly.
- Has also played a key role in writing and structuring our documentation, ensuring that it is clear, informative, and accessible to all users.
- @vrumger (Mid-level NodeJS Developer):
- Avrumy has made important fixes and enhancements to the WebRTC component of the library, improving its stability and performance.
- @TuriOG (Junior Python Developer):
- Currently working on integrating NTgCalls into PyTgCalls, an important step in expanding the functionality and usability of the library.
- @null-nick (Junior Go Developer, Tester):
- Performs testing of NTgCalls on macOS to ensure its reliability and compatibility.
- Is in the process of integrating NTgCalls into a Go wrapper, further enhancing the library's versatility and accessibility.
- @tappo03 (Junior Go Developer, Tester):
- Performs testing of NTgCalls on Windows to ensure its reliability and compatibility.
- Is in the process of integrating NTgCalls into a Go wrapper, further enhancing the library's versatility and accessibility.
-
@shiguredo: We extend our special thanks to 時雨堂 (shiguredo) for their invaluable assistance in integrating the WebRTC component. Their contributions, utilizing the Sora C++ SDK, have been instrumental in enhancing the functionality of our library.
-
@evgeny-nadymov: A heartfelt thank you to Evgeny Nadymov for graciously allowing us to use their code from telegram-react. His contribution has been pivotal to the success of this project.
-
@morethanwords: We extend our special thanks to morethanwords for their invaluable help in integrating the connection to WebRTC with Telegram Web K. Their assistance has been instrumental in enhancing the functionality of our library.