tgcalls
tgcalls copied to clipboard
Voice chats, private incoming and outgoing calls in Telegram for Developers
This library is awesome I hope that it have a function to get already joined members example that I use : ``` app.invoke(pyrogram.raw.functions.phone.GetGroupParticipants(call=group_call.full_chat.call,ids=[],sources=[],offset='',limit=100))```
call_access_hash was never assigned a value. This caused DiscardCall to fail as call_access_hash is none. Now call_access_hash is assigned the call access hash after RequestCall. This allows the user to...
- audio device - file audio device - raw audio device Depends on #19
Is it possible to save the calls or videos of a specific channel in .mp3 / .mp4 files? the idea is to be able to have a backup of what...
Hello, In the TODO list, it says that "Incoming and Outgoing private calls (already there and working, but not in the release version).". How can I test this functionality that...
The entire cryptographic part of the project is ready. There is a demo of the implementation. It is necessary to rewrite it to clean code and add it to the...
Video Calls in pytgcalls! Public beta test for developers There are 3 steps to start testing: 1. Install dev version of pytgcalls (pip install -U pytgcalls==3.0.0.dev21) 2. Run example https://gist.github.com/MarshalX/3c99fcae532178928d93a7aae6f0efde...
hi, I am trying to connect to a group call of the channel, and if the connection does not take place via a link for the speaker, then the client...
Ik, it can be called as Telethon/Pyrogram method, but will be glad to have that in tgcalls as friendly method...
The following pyav keyword arguments needs to be exposed to the user when passing a source to tgcalls: ``` format ``` * Specific format to use. While ffmpeg does a...