Voice chat - Custom solution or using some existing service

Discussion in 'PHP' started by David Horák, Oct 14, 2013.

  1. #1
    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

     
    Solved! View solution.
    David Horák, Oct 14, 2013 IP
  2. sabato

    sabato Member

    Messages:
    407
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    43
    #2
    sabato, Oct 14, 2013 IP
  3. David Horák

    David Horák Member

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    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.
     
    David Horák, Oct 14, 2013 IP
  4. #4
    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.
     
    sabato, Oct 14, 2013 IP