2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 02:17:21 +00:00

Update voice-calls.rst

This commit is contained in:
Dan 2021-03-20 11:06:05 +01:00
parent f13651af1d
commit 73edcb5e69

View File

@ -1,10 +1,19 @@
Voice Calls Voice Calls
=========== ===========
A working proof-of-concept of Telegram voice calls using Pyrogram can be found here: Both private voice calls and group voice calls are currently supported by third-party libraries that integrate with
https://github.com/bakatrouble/pylibtgvoip. Thanks to `@bakatrouble <https://t.me/bakatrouble>`_. Pyrogram.
.. note:: Libraries
---------
This page will be updated with more information once voice calls become eventually more usable and more integrated There are currently two main libraries (with very similar names) you can use:
in Pyrogram itself.
1. https://github.com/pytgcalls/pytgcalls
2. https://github.com/MarshalX/tgcalls
Older implementations
---------------------
An older implementation of Telegram voice calls can be found at https://github.com/bakatrouble/pylibtgvoip (currently
outdated due to the deprecation of the Telegram VoIP library used underneath).