Skip to content

Commit

Permalink
[FIX] Conference: stream from one participant played in both remote d…
Browse files Browse the repository at this point in the history
…isplays
  • Loading branch information
flashphoner committed Feb 15, 2017
1 parent 145d5d0 commit eb9fa07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/room-module.js
Expand Up @@ -316,6 +316,7 @@ var appSession = function(options) {
for (var k in stateStreams) {
if (stateStreams.hasOwnProperty(k)) {
participant.streams[k] = stateStreams[k];
delete stateStreams[k];
}
}
}
Expand Down

0 comments on commit eb9fa07

Please sign in to comment.