Devarshi
Devarshi

Reputation: 16758

How to implement voice chat in cocoa?

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

Upvotes: 5

Views: 714

Answers (3)

Gajendrasinh Chauhan
Gajendrasinh Chauhan

Reputation: 3397

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

Upvotes: 0

jer
jer

Reputation: 20236

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.

Upvotes: 0

beefon
beefon

Reputation: 3192

You can use GameKit, it has Voice chat support.

Upvotes: 2

Related Questions