mirror of
https://gitlab.com/comunic/nodejs-webrtcsignalexchangerserver
synced 2025-06-20 01:45:20 +00:00
First video call ever !!!
This commit is contained in:
28
video-client/test-video-client.html
Normal file
28
video-client/test-video-client.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Signal Exchanger Video test client</title>
|
||||
|
||||
<style>
|
||||
|
||||
video {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Signal Exchanger test video client</h1>
|
||||
|
||||
<video id="localVideo" muted></video>
|
||||
|
||||
<video id="remoteVideo"></video>
|
||||
|
||||
<script src="simplepeer.min.js"></script>
|
||||
<script src="SignalExchangerClient.js"></script>
|
||||
<script src="test-video-client.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user