mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-27 21:14:04 +00:00
16 lines
389 B
HTML
16 lines
389 B
HTML
<!doctype html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>mediasoup-client test</title>
|
|
<meta charset='UTF-8'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'>
|
|
<meta name='description' content='mediasoup-client test'>
|
|
|
|
<script async src='/mediasoup-client-test.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>mediasoup-client test</h1>
|
|
</body>
|
|
</html>
|