AndroidLearner
AndroidLearner

Reputation: 4636

Is there any guideance/sample app in Android for Video Call using PJSIP?

Hi Coder Enthusiast,

I am novice in PJSIP.I want to make video calling using the PJSIP.

By googling i came to know that PJSIP do support video calling in its latest relaese.

I have taken reference of the CsipSimple App to make Voice calling and implemented successfully as per my requirement.

For video calling i found this sample app for android.But this app is not working as per my expectation.

So is there any other sample app or demo that can guide me in my development.

Please let me know if you need any other info from my side to help you understand my problem in a more clear way.

Thanks in advance...

Upvotes: 0

Views: 1588

Answers (1)

Luis E. Vega
Luis E. Vega

Reputation: 399

I know is too late, but PJSIP provide a sample app. When you download the source code you will find the sample app in:

pjsip-apps/src/swig/java/android

You can download the PJSIP source here: http://www.pjsip.org/download.htm

You can see the sample app here too: https://trac.pjsip.org/repos/browser/pjproject/tags/2.6/pjsip-apps/src/swig/java/android

Remember that you have to compile PJSIP with the video enabled. Just follow the Getting Started document: https://trac.pjsip.org/repos/wiki/Getting-Started/Android

Upvotes: 1

Related Questions