|
@@ -41,7 +41,7 @@ module:hook("pre-iq/full", function(event)
|
41
|
41
|
session.granted_jitsi_meet_context_features,
|
42
|
42
|
occupant.role == 'moderator');
|
43
|
43
|
|
44
|
|
- if jibri.attr.action == 'start' then
|
|
44
|
+ if jibri.attr.action == 'start' or jibri.attr.action == 'stop' then
|
45
|
45
|
if not is_allowed then
|
46
|
46
|
module:log('info', 'Filtering jibri start recording, stanza:%s', tostring(stanza));
|
47
|
47
|
session.send(st.error_reply(stanza, 'auth', 'forbidden'));
|