About 3,310 results
Open links in new tab
  1. 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, …

  2. Getting started with WebRTC

    May 28, 2019 · Creating a new application based on the WebRTC technologies can be overwhelming if you're unfamiliar with the APIs. In this section we will show how to get started …

  3. Getting started with peer connections - WebRTC

    Dec 20, 2021 · Peer connections is the part of the WebRTC specifications that deals with connecting two applications on different computers to communicate using a peer-to-peer …

  4. Getting started with media devices - WebRTC

    May 4, 2023 · When developing for the web, the WebRTC standard provides APIs for accessing cameras and microphones connected to the computer or smartphone. These devices are …

  5. 媒体设备使用入门 | WebRTC

    在进行 Web 开发时,WebRTC 标准提供了一些 API,用于访问 摄像头和麦克风已连接到计算机或智能手机。 这些设备 通常称为媒体设备,可通过 JavaScript 进行访问 通过 …

  6. Codelab do Firebase + WebRTC

    Neste codelab, você aprenderá a criar um aplicativo simples de chat por vídeo usando a API WebRTC no navegador e o Cloud Firestore para sinalização. A aplicativo é chamado …

  7. Codelab de Firebase y WebRTC

    En este codelab, aprendiste a implementar la señalización para WebRTC con Cloud Firestore, además de cómo usarlo para crear un videochat simple y mantener la integridad de su …

  8. WebRTC support overview

    May 28, 2019 · Here you'll find the different support options for developing WebRTC-based applications, including links to API references, external tutorials, sample code, testing …

  9. Serveur TURN | WebRTC

    Pour que la plupart des applications WebRTC fonctionnent, un serveur est nécessaire pour relayer le trafic entre les pairs, car un socket direct n'est souvent pas possible entre les clients …

  10. Primeiros passos com as conexões de peering | WebRTC

    As conexões de pares são a parte das especificações do WebRTC que lidam com a conexão de dois aplicativos em computadores diferentes para se comunicar usando um protocolo peer-to …