DEV Community

Cover image for what is WebRTC ??
karthik raji
karthik raji

Posted on

3 1

what is WebRTC ??

WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard.

  • It supports video, voice, and generic data to be sent between peers, allowing developers to build powerful voice- and video-communication solutions.

  • The technology is available on all modern browsers as well as on native clients for all major platforms.

  • The technologies behind WebRTC are implemented as an open web standard and available as regular JavaScript APIs in all major browsers. For native clients, like Android and iOS applications, a library is available that provides the same functionality.

What can WebRTC do?

There are many different use-cases for WebRTC, from basic web apps that uses the camera or microphone, to more advanced video-calling applications and screen sharing.

samples
Alt Text
for videocall

Alt Text

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay