rtc

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

commit
f0ec99554b94c29b584a00420aec7543660b68cc
parent
6d463a68a97177ee4769f15ef96b687893feff02
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-05-05 18:37
rename files

Diffstat

R rtc/index.html -> index.html 6 +++---
R rtc/chat.js -> static/chat.js 0
R rtc/common.css -> static/common.css 0
R rtc/media.js -> static/media.js 0
R rtc/rtc.css -> static/rtc.css 0
R rtc/rtc.js -> static/rtc.js 0
R rtc/signal.js -> static/signal.js 0

7 files changed, 3 insertions, 3 deletions


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

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

diff --git a/rtc/chat.js b/static/chat.js

diff --git a/rtc/common.css b/static/common.css

diff --git a/rtc/media.js b/static/media.js

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

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

diff --git a/rtc/signal.js b/static/signal.js