Good day, I am looking for voice chat development for web application, which will be run on apache server or by using some existing services. I try find for someone who have own solution or it's able develop new one. Or if somebody know about any existing service, which he's able to use. Requirements: Voice chat will be for maximum 6 people in room Unlimited count of rooms Application front-end will be on PHP, but voice chat solution will be Flash, Ruby or something else
Hi, You might want to look into this: http://codecanyon.net/item/video-ch...mb&WT.seg_1=search_thumb&WT.z_author=forza020 This script uses Webrtc instead flash. Or If you are planning to build it yourself this link will give you a good start. https://www.webrtc-experiment.com/calls/ Good luck
Thank you for useful information, but I but still looking for some existing solution. WebRTC locks fine, but it's only one-to-one call.
You can achieve that by modifying the script in the second link. Webrtc is the future, I would go that way if i was you. The only issue at the moment is, that only chrome and firefox supports it at the moment. For sure windows and safari will support it in the near future. If you go to the main page which is : https://www.webrtc-experiment.com/ You can find examples for conferencing as well.