Skip to content

Commit 73edcb5

Browse files
committed
Update voice-calls.rst
1 parent f13651a commit 73edcb5

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/source/topics/voice-calls.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
Voice 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).

0 commit comments

Comments
 (0)