If it can be integrated, the option is already in the moderator menu and my project is already linked with the DropBox app inside the app console, but it doesn’t save to the DropBox because the option needs to be enabled, it’s disabled by default.
When I enable that option manually if it saves the recording to DropBox
Is there a way to make that option start as enabled when starting the conference?
I have tried with this configuration
var options = {
fileRecordingsEnabled: true,
modules_enabled = {
"recording_autostart";
},
configOverwrite: {
dropbox: {
application key: 'XXXXXX'
}
},
interfaceConfigOverwrite: {
filmStripOnly: true
}
}`
It enables the dropbox but it does not store it automatically