How to build linphone android sdk only for audio calls?

818 views Asked by At

I am working on to build linphone-android-sdk only for audio calls, but did not got any link for the same. Can any body help me doing this.

I am currently using this command to disable video

./prepare.py -DENABLE-VIDEO=OFF

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

1

There are 1 answers

4
Lakshmi On

You can modify the prepare.py script to disable the codecs. Refer to the section if self.args.all_codecs: in prepare.py. Also run './prepare.py -DENABLE-VIDEO=OFF --all-codecs' to take effect of the modified Codec defnitions