Minor changes

This commit is contained in:
Iñaki Baz Castillo
2017-08-23 13:42:27 +02:00
parent b86b6e6957
commit 18f5ee9087
7 changed files with 10555 additions and 90 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ class Room extends EventEmitter
});
});
// TODO: FIX
this._mediaRoom.on('____audiolevels', (entries) =>
// TODO: FIX?
this._mediaRoom.on('audiolevels', (entries) =>
{
logger.debug('room "audiolevels" event');
+4308
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -243,7 +243,8 @@ function openTerminal()
closeCommandConsole();
closeTerminal();
terminal = repl.start({
terminal = repl.start(
{
prompt : 'terminal> ',
useColors : true,
useGlobal : true,