Change package name

This commit is contained in:
Håvar Aambø Fosstveit
2018-03-01 15:45:22 +01:00
parent 117c3d8ba1
commit 98b2b9c764
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ function run()
<Provider store={store}>
<Room />
</Provider>,
document.getElementById('mediasoup-demo-app-container')
document.getElementById('multiparty-meeting')
);
}