diff --git a/docs/source/topics/voice-calls.rst b/docs/source/topics/voice-calls.rst index c1a8cc53..19950bf4 100644 --- a/docs/source/topics/voice-calls.rst +++ b/docs/source/topics/voice-calls.rst @@ -1,10 +1,19 @@ Voice Calls =========== -A working proof-of-concept of Telegram voice calls using Pyrogram can be found here: -https://github.com/bakatrouble/pylibtgvoip. Thanks to `@bakatrouble `_. +Both private voice calls and group voice calls are currently supported by third-party libraries that integrate with +Pyrogram. -.. note:: +Libraries +--------- - This page will be updated with more information once voice calls become eventually more usable and more integrated - in Pyrogram itself. +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). \ No newline at end of file