如何在基于PHP的网站中实现语音聊天?
关于基于 PHP 的网站的简单语音聊天解决方案的任何建议。我们已经有了文字聊天,客户现在也想要语音聊天。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PHP 根本无法实现语音聊天。这样的事情需要专用的聊天服务器/服务;您的客户可能对 Skype for Business 或 Google Talk 等内容感兴趣。这两件事(据我记得)都需要安装浏览器外产品。
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.
您可能可以使用 Adobe flash。
PHP 可以解决很多问题,但不能解决语音聊天之类的问题。
You could problably use Adobe flash.
PHP can solve a lot of problems but not anything like voice chat.