1

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?

cgp
  • 41,026
  • 12
  • 101
  • 131
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697

4 Answers4

3

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

TML
  • 12,813
  • 3
  • 38
  • 45
1

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."

mutp
  • 2,301
  • 1
  • 17
  • 13
1

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).

jsight
  • 27,819
  • 25
  • 107
  • 140
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.

Anand
  • 7,654
  • 9
  • 46
  • 60