How to implement voice chat in cocoa?
I have made a simple chat application u开发者_如何学Csing 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
You can use GameKit, it has Voice chat support.
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.
You can Implement Voice Chat over bluetooth using GameKit framework. If you want to see how it works please visit http://www.devx.com/wireless/Article/43756
Thanks
精彩评论