Reputation: 253
Any suggestions for simple voice chat solution for a PHP based website. We already have a text chat in place, client now wants voice chat too.
Upvotes: 2
Views: 4574
Reputation: 4207
You could problably use Adobe flash.
PHP can solve a lot of problems but not anything like voice chat.
Upvotes: 1
Reputation: 26843
Voice chat simply isn't going to happen with PHP. Such a thing requires a dedicated chat server/service; your client may be interested in something like Skype for Business or Google Talk. Both of these things (as I recall) will require an out-of-browser product to be installed.
Upvotes: 2