Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于基于 PHP 的网站的简单语音聊天解决方案的任何建议。我们已经有了文字聊天,客户现在也想要语音聊天。
您可能会使用 Adobe Flash。
PHP 可以解决很多问题,但不能解决语音聊天之类的问题。
语音聊天根本不会发生在 PHP 中。这样的事情需要专用的聊天服务器/服务;您的客户可能对诸如 Skype for Business 或 Google Talk 之类的东西感兴趣。这两件事(我记得)都需要安装浏览器外的产品。