2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-22 09:57:19 +00:00
pyrogram/docs/source/topics/voice-calls.rst

19 lines
585 B
ReStructuredText
Raw Normal View History

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