rtc

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

commit
fdb99a9db6ba6e229e8b3477bbe836c401a5ef6f
parent
eb81bcc4cf8a6e49e470bdfd674ae88be89a43c1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-03-26 13:38
fix mobile viewport

Diffstat

M www/rtc/index.html 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -4,6 +4,7 @@
    4     4 	<meta charset="utf-8" />
    5     5 	<title>duct rtc</title>
    6     6 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src https://patchbay.pub">
   -1     7 	<meta name="viewport" content="width=device-width" />
    7     8 	<link rel="stylesheet" href="../common.css">
    8     9 	<link rel="stylesheet" href="rtc.css">
    9    10 </head>