Skip to main content

Courses in category WebRTC

Showing 17 of 7 courses

  • Advanced WebRTC Architecture

    Advanced WebRTC Architecture

    Learn how to build and optimize applications on WebRTC from the basics to architectural solutions. For engineers and product managers.
    20 hours 8 minutes 3 seconds
  • React and WebRTC 2023 & Sharing Location App with Video Chat

    React and WebRTC 2023 & Sharing Location App with Video Chat

    Learn technologies like React, WebRTC (PeerJS) , SocketIO and Google Maps API by creating amazing project ,,GeoCall''. In this practical course we will jump str
    8 hours 11 minutes 54 seconds
  • Discord Clone - Learn MERN Stack with WebRTC and SocketIO

    Discord Clone - Learn MERN Stack with WebRTC and SocketIO

    Learn how to connect MERN Stack with WebRTC and SocketIO. We will go through all of the steps to create application with group call functionality. We will crea
    19 hours 29 minutes 29 seconds
  • Higher-level WebRTC Protocols

    Higher-level WebRTC Protocols

    The Higher-level WebRTC Protocols training course is meant to go deeper into how WebRTC works. In a way, it is a continuation of our Low-level WebRTC Protocols course and is des...
    5 hours 36 minutes 28 seconds
  • Low-level WebRTC Protocols

    Low-level WebRTC Protocols

    The Low-level WebRTC Protocols training course is focused on getting you up to a level of understand of the WebRTC protocols that will enable you to debug challenging network sc...
    5 hours 30 minutes 41 seconds
  • WebRTC 2022 Practical Course. Create Video Chat Application

    WebRTC 2022 Practical Course. Create Video Chat Application

    Learn WebRTC by creating project with vanilla JavaScript. Only basic JavaScript knowledge is required. We will go through all of the steps to create application with direct call...
    8 hours 44 minutes 29 seconds
  • Just Express (with a bunch of node and http). In detail.

    Just Express (with a bunch of node and http). In detail.

    You have some notion of what Node, Express, and http are or you wouldn't be here. Node and back-end JavaScript have taken the world by storm, [SOME BIG COMPANY] moved to node an...
    12 hours 33 minutes 3 seconds
WebRTC

WebRTC

With 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. The WebRTC project is open-source and supported by Apple, Google, Microsoft and Mozilla, amongst others. This page is maintained by the Google WebRTC team.