Browse Source

Does not accumulate multiple pause events in commands.

master
damencho 10 years ago
parent
commit
9632bd531c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      conference.js

+ 1
- 0
conference.js View File

@@ -1101,6 +1101,7 @@ export default {
1101 1101
             else {
1102 1102
                 // in case of paused, in order to allow late users to join
1103 1103
                 // paused
1104
+                room.removeCommand(Commands.SHARED_VIDEO);
1104 1105
                 room.sendCommand(Commands.SHARED_VIDEO, {
1105 1106
                     value: url,
1106 1107
                     attributes: {

Loading…
Cancel
Save