Sip/Voip Call Support for all device in android -


i build application sip/voip call. supportable samsung, htc , motorola device. sip call not supportable micromax, xolo etc etc device.so want build app supportable sip call devices.how can do?

actually samsung devices doesn't support sip/voip(like s3) there library can use refer building own sip/voip client.

i used build voip client using csipsimple, works fine on devices tested.

  1. csipsimple
  2. imsdroid
  3. sipdroid

http://code.google.com/p/csipsimple/

https://code.google.com/p/imsdroid/

https://code.google.com/p/sipdroid/


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -