Cleaned up naming. Removed node-random-name to reduce size of final JS with about 50%. Updated README.

This commit is contained in:
Håvar Aambø Fosstveit
2018-03-03 13:27:02 +01:00
parent 15335869a2
commit 886d77216a
11 changed files with 24 additions and 35 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
const debug = require('debug');
const APP_NAME = 'mediasoup-demo-server';
const APP_NAME = 'multiparty-meeting-server';
class Logger
{