Add suport for Safari 11 and Microsoft Edge
This commit is contained in:
+2
-1
@@ -57,7 +57,8 @@ class Room extends EventEmitter
|
||||
});
|
||||
});
|
||||
|
||||
this._mediaRoom.on('audiolevels', (entries) =>
|
||||
// TODO: FIX
|
||||
this._mediaRoom.on('____audiolevels', (entries) =>
|
||||
{
|
||||
logger.debug('room "audiolevels" event');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user