File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 11Voice Calls
22===========
33
4- A working proof-of-concept of Telegram voice calls using Pyrogram can be found here:
5- https://github.com/bakatrouble/pylibtgvoip. Thanks to ` @bakatrouble < https://t.me/bakatrouble >`_ .
4+ Both private voice calls and group voice calls are currently supported by third-party libraries that integrate with
5+ Pyrogram .
66
7- .. note ::
7+ Libraries
8+ ---------
89
9- This page will be updated with more information once voice calls become eventually more usable and more integrated
10- in Pyrogram itself.
10+ There are currently two main libraries (with very similar names) you can use:
11+
12+ 1. https://github.com/pytgcalls/pytgcalls
13+ 2. https://github.com/MarshalX/tgcalls
14+
15+ Older implementations
16+ ---------------------
17+
18+ An older implementation of Telegram voice calls can be found at https://github.com/bakatrouble/pylibtgvoip (currently
19+ outdated due to the deprecation of the Telegram VoIP library used underneath).
You can’t perform that action at this time.
0 commit comments