rtc

minimal webrtc client
git clone https://git.ce9e.org/rtc.git

commit
c70cf4759cc9c03e36362c13844dfe312f2f060d
parent
f7ba62711edd4acdc5a3c6ffb1ad699938029b97
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-04-03 18:25
rm rtc subdir

Diffstat

R www/rtc/index.html -> www/index.html 4 ++--
R www/rtc/rtc.css -> www/rtc.css 0
R www/rtc/rtc.js -> www/rtc.js 0

3 files changed, 2 insertions, 2 deletions


diff --git a/www/rtc/index.html b/www/index.html

@@ -5,7 +5,7 @@
    5     5 	<title>duct rtc</title>
    6     6 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src http://duct.ce9e.org">
    7     7 	<meta name="viewport" content="width=device-width" />
    8    -1 	<link rel="stylesheet" href="../common.css">
   -1     8 	<link rel="stylesheet" href="common.css">
    9     9 	<link rel="stylesheet" href="rtc.css">
   10    10 </head>
   11    11 <body>
@@ -36,7 +36,7 @@
   36    36 			<button>Send</button>
   37    37 		</form>
   38    38 	</div>
   39    -1 	<script src="../signal.js"></script>
   -1    39 	<script src="signal.js"></script>
   40    40 	<script src="rtc.js"></script>
   41    41 </body>
   42    42 </html>

diff --git a/www/rtc/rtc.css b/www/rtc.css

diff --git a/www/rtc/rtc.js b/www/rtc.js