# webrtc-web **Repository Path**: isonz/webrtc-web ## Basic Information - **Project Name**: webrtc-web - **Description**: Realtime communication with WebRTC - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-27 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Realtime communication with WebRTC This code has the resources you need for the codelab [Realtime communication with WebRTC](https://codelabs.developers.google.com/codelabs/webrtc-web/#0). This is a work in progress. If you find a mistake or have a suggestion, please [file an issue](https://github.com/googlecodelabs/webrtc-web/issues). Thanks! ## What you'll learn * Get video from your webcam * Stream video with RTCPeerConnection * Stream data with RTCDataChannel * Set up a signaling service to exchange messages * Combine peer connection and signaling * Take a photo and share it via a data channel ## What you'll need * Chrome 47 or above. * Web Server for Chrome, or use your own web server of choice. * The sample code. * A text editor. * Basic knowledge of HTML, CSS and JavaScript, Node.JS. ## For 'step-04', 'step-05', 'step-06' Run `npm install` before running the code.