is it possible to make a voice call via coronaSDK like Viber?

hi

we have an idea about a messenger service, something like viber.
 

does coronaSDK environment capable of making voice call like viber?

any tips, note, link and tutorials will be  Appreciated

thanks.

MRJM

I don’t know how viber works, but Corona SDK can use system.openURL(“tel:some phone number”) to bring up the devices phone app and initiate a call using the devices built in call software.   Corona SDK does not support you writing your own software (and I doubt that Apple would approve it anyway).

Rob

thanks rob
it seems you are the only one here responsible for answering the forum questions.

by the way ,i think viber using some VOIP  stuff for calling.

i want the software be able to make a call over internet connection , not from inserted simcard.

do you have any idea , how to accomplish that?

EDIT:
i have done a little search , can u review this links? are these usefull?
i dont have Enough expriance to undrestand this level of LUA

https://code.google.com/p/wiresharkplugin/source/browse/trunk/wsDatabase/voip.lua?r=127
https://wiki.wireshark.org/Lua/Examples#Dump_VoIP_calls_into_separate_files
https://github.com/moteus/lua-voip

thanks
 

I suspect that VoIP is very much a suboptimal use of Corona, if it’s even possible (I’ve never used the audio/microphone elements of the SDK so I don’t know). If I were you, I would not plan on using Corona to do live VoIP audio streaming.

I don’t know how viber works, but Corona SDK can use system.openURL(“tel:some phone number”) to bring up the devices phone app and initiate a call using the devices built in call software.   Corona SDK does not support you writing your own software (and I doubt that Apple would approve it anyway).

Rob

thanks rob
it seems you are the only one here responsible for answering the forum questions.

by the way ,i think viber using some VOIP  stuff for calling.

i want the software be able to make a call over internet connection , not from inserted simcard.

do you have any idea , how to accomplish that?

EDIT:
i have done a little search , can u review this links? are these usefull?
i dont have Enough expriance to undrestand this level of LUA

https://code.google.com/p/wiresharkplugin/source/browse/trunk/wsDatabase/voip.lua?r=127
https://wiki.wireshark.org/Lua/Examples#Dump_VoIP_calls_into_separate_files
https://github.com/moteus/lua-voip

thanks
 

I suspect that VoIP is very much a suboptimal use of Corona, if it’s even possible (I’ve never used the audio/microphone elements of the SDK so I don’t know). If I were you, I would not plan on using Corona to do live VoIP audio streaming.