Questions tagged [pjsua2]

PJSUA2 is an object-oriented abstraction above open source command line SIP user agent (softphone) PJSUA API. Use this tag for questions related to this type of OO abstraction.

PJSUA2 is an object-oriented abstraction above open source command line SIP user agent (softphone) PJSUA API. Use this tag for questions related to this type of OO abstraction.

152 questions
0
votes
1 answer

Echo cancellation in pjsua2 in android not working.(Not with webrtc.)

I am trying to eliminate echo in my voip call app. I'm using pjsua2 library. I tried the following code in the "MyApp" class provided in pjsua2 sample app. /* Echo cancellation */ try { ep.audDevManager().setEcOptions(128, 0); }…
Rounak
  • 301
  • 3
  • 11
0
votes
1 answer

PJSIP v2.5.5 Android using PJSUA instead of PJSUA2

I would like to know if it's possible to compile PJSIP 2.5.5 with PJSUA instead of PJSUA2? I want to do this because our app is based on PJSIP 2.4.0 which didn't have PJSUA2. This means that implementing PJSIP 2.5.5 would force us to rewrite most…
Tripwire
  • 198
  • 2
  • 11
1 2 3
10
11