I’m looking into how to add Jitsi meeting recordings to Nextcloud directly. The work will need to be done on the Jitsi end for the most part.
Here is code for Jibri, which records to Dropbox via Oauth.
And then there is a type that is passed to jibri which you can use to recognize dropbox to the other recording and you can take it from there. Here are all the hooks
At which point to you authenticate at nextcloud? It is easy to mount a share for one nextcloud user, but then all recordings can be accessed only by that user.
What we need is an authentication dialogue, similar to when storing your recording to dropbox. Then users would give their credentials and find only their own recordings.