I intergrated jitsi_meet to my Flutter app. When i start recording, there is no dropbox choice. There is only start button. When i press start button, it says recording startted. But i dont know where recording save.
How did you integrate? Are you using iFrame on the public instance at meet.jit.si?
As a dependency. From pub dev.
jitsi_meet:
git:
url: GitHub - dispersik/jitsi_meet_fork
ref: master
like this
Ah, you’re using a fork of the project. The Jitsi team does not maintain that package, so your best bet would be to reach out to the owner when you have issues.
Besides that though, since this has to do with recording, did you install Jibri?
Okay thanks a lot. No i didnt download. I want to save recordings to the dropbox. And show dropbox folders in the app.
You need to have Jibri (the recording component) installed, connecting to the server that’s running your Jitsi Meet installation.
Okay I will check it. Thanks
Can I install jibri on mac ?
No, it has to be installed on a linux server without GUI.