Update index.lua (#5239)
This commit is contained in:
@@ -786,8 +786,12 @@
|
|||||||
end
|
end
|
||||||
--record the conference
|
--record the conference
|
||||||
if (record == "true") then
|
if (record == "true") then
|
||||||
cmd="sched_api +5 none lua "..scripts_dir.."/app/conference_center/resources/scripts/start_recording.lua "..meeting_uuid.." "..domain_name.." "..record_ext;
|
if (wait_mod == "true" and member_type ~= "moderator") then
|
||||||
api:executeString(cmd);
|
--don't start recording yet
|
||||||
|
else
|
||||||
|
cmd="sched_api +3 none lua "..scripts_dir.."/app/conference_center/resources/scripts/start_recording.lua "..meeting_uuid.." "..domain_name.." "..record_ext;
|
||||||
|
api:executeString(cmd);
|
||||||
|
end
|
||||||
end
|
end
|
||||||
--send the call to the conference
|
--send the call to the conference
|
||||||
cmd = meeting_uuid.."@"..domain_name.."@"..profile.."+flags{".. flags .."}";
|
cmd = meeting_uuid.."@"..domain_name.."@"..profile.."+flags{".. flags .."}";
|
||||||
|
|||||||
Reference in New Issue
Block a user