views:

133

answers:

2

Hi all,

I have made a simple chat application using AsyncSocket class where client nodes can send message to each other via chat server application. I want to integrate voice chat functionality in it but I am not getting any material over net which can show me correct direction to move on.

Can anyone suggest me some useful link or idea which can help me in its initiation??

Thanks,

Miraaj

+2  A: 

You can use GameKit, it has Voice chat support.

beefon
A: 

There are several libraries which implement SIP et al., like PJSIP, Sofia, etc. There are a few applications I know of that embed such libraries to do most of the work for them.

Of course, this assumes you wish to implement SIP.

jer