Wednesday, 15 January 2014

How to implement realtime voice chat between Android and iOS devices? -



How to implement realtime voice chat between Android and iOS devices? -

we need implement realtime voice chat between android , ios devices.

it's been done in apps viber.

how should go it?

what looking sip

the session initiation protocol (sip) signaling communications protocol, used controlling multimedia communication sessions such voice , video calls on net protocol (ip) networks.

android provides android.net.sip bundle which...

provides access session initiation protocol (sip) functionality, such making , answering voip calls using sip.

if want demo, please have @ documentation

original source: voip on android libraries or sample code

another lib android : https://code.google.com/p/csipsimple/ http://www.linphone.org/ http://mjsip.org/mjua.html http://www.doubango.org/

for ios, can utilize pjsip

pjsip free , open source multimedia communication library written in c language implementing standard based protocols such sip, sdp, rtp, stun, turn, , ice. combines signaling protocol (sip) rich multimedia framework , nat traversal functionality high level api portable , suitable type of systems ranging desktops, embedded systems, mobile handsets.

another lib ios : http://www.linphone.org/ http://www.pjsip.org/ http://sofia-sip.sourceforge.net/development.html http://savannah.nongnu.org/projects/exosip/

original source: how implement voip + sip in iphone?

android ios

No comments:

Post a Comment