diff --git a/erizo_controller/erizoClient/src/Room.js b/erizo_controller/erizoClient/src/Room.js index b2953a7418..b436e4b578 100644 --- a/erizo_controller/erizoClient/src/Room.js +++ b/erizo_controller/erizoClient/src/Room.js @@ -610,6 +610,7 @@ const Room = (altIo, altConnectionHelpers, altConnectionManager, specInput) => { label: arg.label, screen: arg.screen, attributes: arg.attributes }); + stream.room = that; streamList.push(stream); remoteStreams.add(arg.id, stream); }