Issue on Voice Call of MacOS user resulting with Busy lline #186
Replies: 1 comment
-
For info, here is how I made my install: I compiled the github dev branch (with submodules) Here is how I installed everything: I created a file .env in directory pytgcalls based on .env.example, with my SESSION_NAME, API_HASH, and API_ID As I am on Ubuntu 20.04 (not the latest), I had to change the first line of build/ubuntu/Dockerfile from latest to 20.04 Then, I used docker-compose to build everything I installed the built package with pip3 install ./dist/tgcalls-3.0.0.dev5-cp38-cp38-linux_x86_64.whl To get the ./pytgcalls/test.py to work (outside docker) with my installed Python 3.8.10,
And, it ran something, though I did not see anything happening in Telegram app |
Beta Was this translation helpful? Give feedback.
-
Based on test.py, I built my own app which consists in cycling-calling a list of users until one of them pick up the call
Here is my python code (put your own API_ID, API_HASH, SESSION_NAME, ans USERS_TO_CALL) installed in the root directory of the github dev branch:
LostDog.txt
I have an issue with called users that have Telegram app running on MacOS
It calls them, and after the timeout, the voice call is stopped, and the popup on Telegram disappears,
but actually the line remains Busy
So, I cannot call them again
And, I have to close Telegram on MacOS and re-open it
What am I missing in the code to have this working properly?
Beta Was this translation helpful? Give feedback.
All reactions