Change package name
parent
117c3d8ba1
commit
98b2b9c764
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>mediasoup v2 demo</title>
|
<title>Multiparty Meeting</title>
|
||||||
<meta charset='UTF-8'>
|
<meta charset='UTF-8'>
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'>
|
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'>
|
||||||
<meta name='description' content='mediasoup v2 demo - Cutting Edge WebRTC Video Conferencing'>
|
<meta name='description' content='multiparty meeting - Cutting Edge WebRTC Video Conferencing'>
|
||||||
|
|
||||||
<link rel='stylesheet' href='/mediasoup-demo-app.css'>
|
<link rel='stylesheet' href='/multiparty-meeting.css'>
|
||||||
|
|
||||||
<script src='/resources/js/antiglobal.js'></script>
|
<script src='/resources/js/antiglobal.js'></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -19,11 +19,11 @@
|
||||||
setInterval(window.antiglobal, 180000);
|
setInterval(window.antiglobal, 180000);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script async src='/mediasoup-demo-app.js'></script>
|
<script async src='/multiparty-meeting.js'></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id='mediasoup-demo-app-container'></div>
|
<div id='multiparty-meeting-container'></div>
|
||||||
<div id='mediasoup-demo-app-media-query-detector'></div>
|
<div id='multiparty-meeting-media-query-detector'></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ function run()
|
||||||
<Provider store={store}>
|
<Provider store={store}>
|
||||||
<Room />
|
<Room />
|
||||||
</Provider>,
|
</Provider>,
|
||||||
document.getElementById('mediasoup-demo-app-container')
|
document.getElementById('multiparty-meeting')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "mediasoup-demo-app",
|
"name": "multiparty-meeting",
|
||||||
"version": "2.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "mediasoup demo app",
|
"description": "multiparty meeting service",
|
||||||
"author": "Iñaki Baz Castillo <ibc@aliax.net>",
|
"author": "Iñaki Baz Castillo <ibc@aliax.net>",
|
||||||
"license": "All Rights Reserved",
|
"license": "All Rights Reserved",
|
||||||
"main": "lib/index.jsx",
|
"main": "lib/index.jsx",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue