DEV Community

Cover image for Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 34
ben pobi
ben pobi

Posted on

Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 34

What is RTCPeerConnection?

RTCPeerConnection is an API for making WebRTC calls to stream video and audio, and exchange data.

In this video we'll cover how to get started with peer connection

Top comments (0)