0

I can't figure out how to call using Wtelgramclient C#.I looked at the documentation, but I couldn't figure it out, or rather make g_a_hash and PhoneProtocolCall

I have already gone through the documentation more than once and tried to implement it in code, but I could not

Dharman
34k27 gold badges106 silver badges158 bronze badges
asked Jul 12, 2023 at 17:15

1 Answer 1

0

WTelegramClient has no specific support for audio/video/group calls as it requires specific media streaming capabilities that are beyond the scope of this library.

You can of course call the APIs to establish a call, but then you would need to be able to stream voice/video to Telegram, otherwise it seems useless.

If someone wants to implement such a library (similar to https://github.com/MarshalX/tgcalls but for .NET, on top of WTelegramClient), it would be a welcomed effort.

Moreover, your question is about the advanced computation of end-to-end encryption keys as described here: https://corefork.telegram.org/api/end-to-end/voice-calls

WTelegramClient already supports a similar system for end-to-end encrypted messages (Secret Chats), but until someone plans to fully implement an audio/video call library (as I explained above) I don't plan to spend time on providing this kind of computation for end-to-end encrypted calls.

answered Jul 13, 2023 at 19:01
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.