Hello everyone,
I’m studying a way to record the video conference locally so that the person who starts it doesn’t have to choose the screen to share.
I have seen that other WebRTC video conferencing platforms do not record a screen but create a collection of streams (all audio and video are mixed) thus avoiding having the user select the card to record.
In particular OpenViduCall written in Java and typescript, has developed a local recording system with a particularly nice result (in my opinion, better than Google meet).
Do you happen to know if something like this is planned in Jitsi?
If we wanted to develop it, would it be of interest to the community?