Skip to content

Commit

Permalink
Assign room to stream (lynckia#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
kekkokk authored and zevarito committed Jul 4, 2018
1 parent 17eebd4 commit 5ca71eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erizo_controller/erizoClient/src/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5ca71eb

Please sign in to comment.