pyrogram/docs/source/topics/voice-calls.rst

19 lines
585 B
ReStructuredText
Raw Normal View History

2019-02-04 11:53:33 +00:00
Voice Calls
===========
2022-01-07 09:18:51 +00:00
Both private voice calls and group voice calls are currently supported by third-party, external libraries that integrate
with Pyrogram.
2019-02-04 11:53:33 +00:00
2021-03-20 10:06:05 +00:00
Libraries
---------
2019-02-04 11:53:33 +00:00
2021-03-20 10:06:05 +00:00
There are currently two main libraries (with very similar names) you can use:
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).