I created a dropbox app with writing permission. Then I edited jitsi.example.com-config.js .
dropbox: {
appKey: 'my_app_key', // Specify your app key here.
// // A URL to redirect the user to, after authenticating
// // by default uses:
redirectURI: 'https://jitsi.example.com/static/oauth.html'
},
then I install this package .
apt install jitsi-upload-integrations
then update "finalize_script" : "/usr/bin/jitsi_uploader.sh"
I did not change any configuration in jitsi_uploader.sh
But it is never uploading the recording to dropbox. Can someone help me to solve this issue.Thank you
There are hints on two of those three posts…and I think if you search the forum/go through jibri logs, you would find more hints to solve the issue at hand…