diff --git a/app/index.html b/app/index.html index 17a3312..22d6cd4 100644 --- a/app/index.html +++ b/app/index.html @@ -2,12 +2,12 @@ - mediasoup v2 demo + Multiparty Meeting - + - + - + -
-
+
+
diff --git a/app/lib/index.jsx b/app/lib/index.jsx index 40f63b5..1102eab 100644 --- a/app/lib/index.jsx +++ b/app/lib/index.jsx @@ -140,7 +140,7 @@ function run() , - document.getElementById('mediasoup-demo-app-container') + document.getElementById('multiparty-meeting') ); } diff --git a/app/package.json b/app/package.json index d853960..e0a5791 100644 --- a/app/package.json +++ b/app/package.json @@ -1,8 +1,8 @@ { - "name": "mediasoup-demo-app", - "version": "2.0.0", + "name": "multiparty-meeting", + "version": "1.0.0", "private": true, - "description": "mediasoup demo app", + "description": "multiparty meeting service", "author": "IƱaki Baz Castillo ", "license": "All Rights Reserved", "main": "lib/index.jsx",