Add suport for Safari 11 and Microsoft Edge

This commit is contained in:
Iñaki Baz Castillo
2017-06-21 17:09:50 +02:00
parent 103be0ece3
commit b86b6e6957
11 changed files with 2651 additions and 2487 deletions
+2 -1
View File
@@ -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');