Coding a web based audio call app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Coding a web based audio call app?

How to code a web based audio call like what we have on facebook chat system? Any API or plugins that we can use, or how to code directly?

11th Dec 2018, 2:29 PM
Vishnu DxB
Vishnu DxB - avatar
1 Answer
+ 5
"API or plugins" Making your own video/voice call application using WebRTC is simple thanks to the Pusher API. a basic understanding of Node.js & javascript will be helpful https://pusher.com/tutorials/webrtc-video-call-app-nodejs
11th Dec 2018, 3:23 PM
Ahlin Chan
Ahlin Chan - avatar