Td: [Exploratory] Possibility of programmatic voice call

Created on 26 Feb 2018  路  5Comments  路  Source: tdlib/td

Hello, I want to do a voice call from pure python code. Is something like that even possible?
I didn't see anything like that in the API.

question

Most helpful comment

Yes. All Telegram apps use libtgvoip for voice calls.

All 5 comments

You can receive new calls through updateCall and create new calls using createCall, but calls encrypted data transfer isn't handled by TDLib. You will need to use libtgvoip for that.

Does this provide the same level of quality as telegram apps? I haven't seen such call quality ever, over the internet.

Its for an IOT project and I will use this on a raspberry pi.

libtgvoip is used internally by the apps, so it will likely be the same quality.

Ok, i will see if i can fashion a python wrapper for this

Yes. All Telegram apps use libtgvoip for voice calls.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omkarnathsingh picture omkarnathsingh  路  4Comments

pishnok picture pishnok  路  3Comments

mbj2007 picture mbj2007  路  4Comments

rdlrt picture rdlrt  路  3Comments

RadRussianRus picture RadRussianRus  路  3Comments