Minor changes
This commit is contained in:
+2
-2
@@ -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');
|
||||
|
||||
|
||||
Generated
+4308
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -243,7 +243,8 @@ function openTerminal()
|
||||
closeCommandConsole();
|
||||
closeTerminal();
|
||||
|
||||
terminal = repl.start({
|
||||
terminal = repl.start(
|
||||
{
|
||||
prompt : 'terminal> ',
|
||||
useColors : true,
|
||||
useGlobal : true,
|
||||
|
||||
Reference in New Issue
Block a user