From 45d997e9f1f4c240ad5969f4e4fb9c39c20456a4 Mon Sep 17 00:00:00 2001 From: damencho Date: Mon, 7 Mar 2016 12:57:12 -0600 Subject: [PATCH] Adds a comment to default error handling for desktop sharing. --- conference.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conference.js b/conference.js index f698e317b..a75e1f312 100644 --- a/conference.js +++ b/conference.js @@ -626,6 +626,10 @@ export default { return; } + // Handling: + // TrackErrors.CHROME_EXTENSION_INSTALLATION_ERROR + // TrackErrors.GENERAL + // and any other let dialogTxt = APP.translation .generateTranslationHTML("dialog.failtoinstall"); let dialogTitle = APP.translation