fix: Fix av moderation enable-disable sequence.
When you enable and then disable av-moderation just the audio moderation is disabled and video moderation disabling is not signalled to moderated clients.
This commit is contained in:
parent
8161309e28
commit
72d4aa7dd5
|
@ -136,6 +136,7 @@ function on_message(event)
|
|||
room.av_moderation = {};
|
||||
room.av_moderation_actors = {};
|
||||
end
|
||||
room.av_moderation[mediaType] = {};
|
||||
room.av_moderation_actors[mediaType] = occupant.nick;
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue