wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
990 stars 163 forks source link

voip support #258

Closed Sidy-xiao closed 5 months ago

Sidy-xiao commented 5 months ago

Will this project provide voice and video calling over voip?

wiz0u commented 5 months ago

I don't plan to support video/voice calls directly within this library.

However I encourage interested developers to build a separate .NET library on top of WTelegramClient that provide this service (much like the tgcalls library, but for .NET) Such library would probably require to support WebRTC and/or RTMP streaming.

I will support such project by providing the encryption methods/negotiation for the call data packets, as those seem similar to Secret Chats (already supported by WTelegramClient)