Does not accumulate multiple pause events in commands.
This commit is contained in:
parent
7c02803ef9
commit
9632bd531c
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue