Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I integrate a video conferencing solution using google+ hangout api? [closed]

Tags:

hangout

How can I integrate google+ hangout inside my webapp? Can I have hangout as part of my webapp? It seems that our application is a part or an extension of google+.

like image 951
Raji A C Avatar asked Oct 23 '13 09:10

Raji A C


1 Answers

It sounds like you're concerned about the branding/business aspect, and not the technical aspect. If you want the video chat capability in your application but done in a way where your users will not be flown into the Google+ world and workflows, there are plenty of other videoconferencing APIs you can use. I have evaluated all of these thoroughly within the past year:

  • Vidyo - uses Scalable Video Codec, best quality videoconference, hands down
  • VSee - proprietary algorithm offers best compression over the wire for lowest bandwidth requirements
  • OpenTok - good use of WebRTC on supported browsers; struggled on mobile devices and IE/Safari
  • SecureVideo - uses VSee technology, but at much lower cost with some added scheduling/HIPAA/workflow features (disclaimer: this is my company)
  • AVSpeed - this is a pure SDK, and very inexpensive--the video performance was poor when we evaluated it, but could be the right choice if you just need branded video but aren't too particular about the quality

Hope this helps!

like image 172
J.T. Taylor Avatar answered Sep 17 '22 16:09

J.T. Taylor