About 16,500 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. Tester des applications WebRTC

    Lorsque vous écrivez des tests automatisés pour vos applications WebRTC, vous pouvez activer des configurations utiles pour les navigateurs, ce qui facilite le développement et les tests.

  3. Getting started with peer connections - WebRTC

    Nov 10, 2025 · Before two peers can communicate using WebRTC, they need to exchange connectivity information. Since the network conditions can vary depending on a number of …

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

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

  5. 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 …

  6. 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 …

  7. 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 …

  8. TURN server - WebRTC

    May 4, 2023 · For most WebRTC applications to function a server is required for relaying the traffic between peers, since a direct socket is often not possible between the clients (unless …

  9. Testing WebRTC applications

    May 28, 2019 · When writing automated tests for your WebRTC applications, there are useful configurations that can be enabled for browsers that make development and testing easier.

  10. 远程视频流使用入门 | WebRTC

    RTCPeerConnection 连接到远程对等方后,便可以在它们之间流式传输音频和视频。此时,我们将从 getUserMedia() 收到的数据流连接到 RTCPeerConnection。媒体串流至少包含一个媒体 …