tgcalls icon indicating copy to clipboard operation
tgcalls copied to clipboard

Fix Requesting and Discarding outgoing call

Open joel122002 opened this issue 2 years ago • 3 comments

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 start and discard an outgoing call

joel122002 avatar Jul 02 '22 05:07 joel122002

I now it is not supported, but this is working? I can't make it work @MarshalX @joel122002

pablodgonzalez avatar May 26 '23 05:05 pablodgonzalez

@pa

I now it is not supported, but this is working? I can't make it work @MarshalX @joel122002

Do you just want to make a call? If so you can check out the my repo

joel122002 avatar May 26 '23 12:05 joel122002

thanks @joel122002 but certainly I want to update the pyrogram version in my project that's is the reason i want to use this project because pytgvoip is not compatible anymore I guess I'm losing something to make runable the code in test file. It's a pity this great library don't include the private call feature out of the box. Rigth now, the request and accept call works but the start_call in the native_instance seems doesn't work.

pablodgonzalez avatar May 26 '23 19:05 pablodgonzalez