Is it possible to implement voice chat in a browser without plugins?

守給你的承諾、 提交于 2019-12-23 04:08:10

问题


CampFireNow has a voice chat over the browser. It seems that you do not need any plugins to install to get it working. This is a contrast to Gmail, where I needed to install an app.

I would like to implement a similar feature for my application. Is there a way to do this without requiring a plugin?


回答1:


Flash or Java would be the only things that would be browser agnostic. Else, you definitely need a plugin, unless the specific browser provides you a method to record.




回答2:


I've never used CampFireNow, but it probably uses Flash




回答3:


I've never used it, so I can't look at the source. I don't believe that there is a way to do this without any plugins at all, though. My guess is that they are either using Flash or Java (probably Flash).




回答4:


In case anyone comes looking for a possible solution, WebRTC lets you do just that. For more info, visit https://webrtc.org/

From the website, "WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose."



来源:https://stackoverflow.com/questions/821311/is-it-possible-to-implement-voice-chat-in-a-browser-without-plugins

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!