#3120: Enable local recordings in jitsi (meet.osgeo.org)
----------------------+--------------------------------------
Reporter: robe | Owner: robe
Type: task | Status: assigned
Priority: normal | Milestone: Sysadmin Contract 2024-I
Component: SysAdmin | Keywords:
----------------------+--------------------------------------
When Vicky was giving her training session yesterday on
https://meet.osgeo.org, I noticed there was no option to record and recall
that option being available in public jitsi.
At a glance this (at least for local storage) just seems to be a config
change
https://meetrix.io/blog/webrtc/jitsi/tutorial-setup-local-recordings-on-
jitsi-meet.html
{{{
localRecording: {
// Whether to disable local recording or not.
disable: false,
// Whether to notify all participants when a participant is recording
locally.
notifyAllParticipants: false,
// Whether to disable the self recording feature (only local
participant streams).
disableSelfRecording: false,
},
}}}
This would be useful particularly for training meetings. I think for
server recording, we'd need to enable an extra service.
Anyway I'll look into this and enable if possible.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/3120>
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.