Get Mystery Box with random crypto!

Video Calls in pytgcalls! Public beta test for developers The | tgcalls

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.dev10)
(2). This step only for pyrogram developers. You need to remove pyrogram and install it from GitHub (pip uninstall pyrogram && pip install git+https://github.com/pyrogram/pyrogram@master)
3. Add new line in your codebase of bot await group_call.set_video_capture('test.mp4')

Instead of 'test.mp4' you can put path to any video file or live stream via rtcp protocol, for example! Default params is 30 FPS 1280x720. But you can set your own in set_video_capture method. Also you can do not pass args. The preview image of pytgcalls will be appeared.

Happy testing