Skip to content

Instantly share code, notes, and snippets.

@p13i
p13i / index.html
Last active December 3, 2020 03:10 — forked from johannesMatevosyan/index.html
Creating RTCPeerConnection
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Creating RTCPeerConnection</title>
<style>
body {
background-color: #3D6DF2;
margin-top: 15px;
}