How to build linphone android sdk for audio calls only?

I am working on creating linphone-android-sdk for audio calls only, but have not received any link for this. Can any body help me with this?

I am currently using this command to disable video

./prepare.py -DENABLE-VIDEO=OFF

But I want to disable all codecs and tools used in the video, and make the library suitable only for audio.

+4
source share
1 answer

prepare.py script, . , self.args.all_codecs: prepare.py. './prepare.py -DENABLE-VIDEO = OFF -all-codecs', Codec

+3

Source: https://habr.com/ru/post/1685011/


All Articles