Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 751
Devarshi Avatar asked Nov 05 '22 17:11

Devarshi


1 Answers

You can use GameKit, it has Voice chat support.

like image 100
beefon Avatar answered Nov 12 '22 15:11

beefon