2020-04-03 14:56:21 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2020-04-19 19:32:38 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<link rel="stylesheet" href="/resources/style/style.css">
|
|
|
|
<title>Document</title>
|
|
|
|
</head>
|
|
|
|
<body style="margin: 0">
|
|
|
|
<script src="bundle.js"></script>
|
|
|
|
<div id="webRtc" class="webrtc">
|
2020-04-25 20:29:03 +02:00
|
|
|
<div id="activeCam" class="activeCam">
|
2020-05-03 17:19:42 +02:00
|
|
|
<video id="myCamVideo" autoplay muted></video>
|
2020-04-19 19:32:38 +02:00
|
|
|
</div>
|
2020-05-03 17:19:42 +02:00
|
|
|
<div class="btn-cam-action">
|
2020-04-19 19:32:38 +02:00
|
|
|
<div class="btn-micro">
|
|
|
|
<img id="microphone" src="resources/logos/microphone.svg">
|
|
|
|
<img id="microphone-close" src="resources/logos/microphone-close.svg">
|
|
|
|
</div>
|
|
|
|
<div class="btn-video">
|
|
|
|
<img id="cinema" src="resources/logos/cinema.svg">
|
|
|
|
<img id="cinema-close" src="resources/logos/cinema-close.svg">
|
|
|
|
</div>
|
2020-05-03 17:19:42 +02:00
|
|
|
<!--<div class="btn-call">
|
2020-04-19 19:32:38 +02:00
|
|
|
<img src="resources/logos/phone.svg">
|
2020-05-03 17:19:42 +02:00
|
|
|
</div>-->
|
2020-04-19 19:32:38 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
2020-04-03 14:56:21 +02:00
|
|
|
</html>
|