diff --git a/config.js b/config.js index 0b490247d..90e43105c 100644 --- a/config.js +++ b/config.js @@ -171,6 +171,10 @@ var config = { // Whether to enable file recording or not. // fileRecordingsEnabled: false, + // Enable the dropbox integration. + // dropbox: { + // clientId: '' // Specify your app ID here. + // }, // Whether to enable live streaming or not. // liveStreamingEnabled: false,