grishka / libtgvoip

VoIP library for Telegram clients
The Unlicense
388 stars 158 forks source link

how to use #3

Closed emjeykm closed 7 years ago

emjeykm commented 7 years ago

hey i have problem how can use this?

grishka commented 7 years ago

You can use this if you're a developer who makes a Telegram client and wants calls in it.

stek29 commented 7 years ago

Try looking into the sources of official apps.

emjeykm commented 7 years ago

i just start needed copy libtgvoip to TMessagesProj\jni\libtgvoip ?

grishka commented 7 years ago

You're supposed to check out the Android app repository recursively.

stek29 commented 7 years ago

@mojerad git submodule update --recursive

emjeykm commented 7 years ago

@stek29 please tell me how to use this command git submodule update --recursive

stek29 commented 7 years ago

@mojerad sure.