Skip to content

Instantly share code, notes, and snippets.

View vitlage's full-sized avatar

Vitalii Hladkyi vitlage

View GitHub Profile
<html lang="en">
<head>
<title>Janus connection</title>
<meta charset="utf8">
</head>
<body>
<style>
.remoteVideo {
width: 320px;
height: 240px;
<html lang="en">
<head>
<title>Janus connection</title>
<meta charset="utf8">
</head>
<body>
<h2>Janus WebRTC gateway</h2>
<video id="localVideo" autoplay muted></video>
<video id="remoteVideo" autoplay muted></video>
<script>