Questions tagged [videochat]

Video chat refers to online chatting while video signal is being broadcasted.

297 questions
28
votes
2 answers

How to implement 3-way conference call video chat with WebRTC Native Code for Android?

I'm trying to implement 3-way video chat inside an Android app using the WebRTC Native Code package for Android (i.e. not using a WebView). I've written a signalling server using node.js and used the Gottox socket.io java client library inside the…
samgak
  • 23,944
  • 4
  • 60
  • 82
16
votes
2 answers

Start video chat without user interaction - Android

I am a total noob on this site so please be patient. I am trying to initiate a Video Chat/Call without any user interaction or confirmation. I found this: Uri imUri = new…
Steven Leimberg
  • 785
  • 1
  • 4
  • 18
16
votes
6 answers

TokBox OpenTok Alternative?

I'd like to offer video chat on my website and was wondering if anyone can recommend an API/service that'll let me do so. I'm familiar with OpenTok, but not happy that it uses Flash. Also, the audio tends to have a lot of noise/feedback - unless you…
StackOverflowNewbie
  • 39,403
  • 111
  • 277
  • 441
15
votes
3 answers

How to add audio/video mute/unmute buttons in WebRTC video chat

I'm trying to create WebRTC video chat. Now I'm stacked on creating media-tracks buttons (mute video to enable or disable video sending, and mute audio to make the same with audio). Here is my code.