From 57bf165ebd62ddda0ba4b385d239f9324ab95611 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Mon, 24 Sep 2018 18:58:43 -0500 Subject: [PATCH] doc(config): dropbox --- config.js | 4 ++++ 1 file changed, 4 insertions(+) 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,