Skip to content

Commit

Permalink
Does not accumulate multiple pause events in commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Mar 28, 2016
1 parent 7c02803 commit 9632bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conference.js
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ export default {
else {
// in case of paused, in order to allow late users to join
// paused
room.removeCommand(Commands.SHARED_VIDEO);
room.sendCommand(Commands.SHARED_VIDEO, {
value: url,
attributes: {
Expand Down

0 comments on commit 9632bd5

Please sign in to comment.