-
VOIP project
Hey guys,
Our project involves creating VOIP on mobile handsets with wifi capability. I wanted to know if it is better to develop using MIDP or C++? I know C++ is more powerful but will MIDP with Java help me accomplish this? Its a 2 month project. I would appreciate if the experts could guide me with necessary API's, as well as the components required.
Thank you very much.
-
Re: VOIP project
-- i think it can't be done using JAVA, you will be faced with streaming problem that cause a delay or a broken voice
Thanks,
Wesam Elshiekh
-
Re: VOIP project
You can look at the Symbian C++ full-duplex example here:
[url]http://www.forum.nokia.com/info/sw.nokia.com/id/8b3a6ed3-e833-4f7c-aee1-4c773196f894/S60_Platform_Full-Duplex_Audio_Example_v2_0_en.zip.html[/url]
and Audio Proxy Server v2.3 SDK plugin at:
[url]http://www.forum.nokia.com/info/sw.nokia.com/id/029f9e6e-b7cc-4c39-8104-72a58c2209ec/APS_v2_3_S60_3rd_S60_3rd_FP1.zip.html[/url]
--