From 7f1d8834a25faed2a691ed0b0fa8d6dd48cd4818 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Mon, 25 Sep 2017 17:12:37 +0200 Subject: [PATCH] Add setupScreenSharingForIframe to BasePlatform --- src/BasePlatform.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BasePlatform.js b/src/BasePlatform.js index 5f8772c7aa..abc9aa0bed 100644 --- a/src/BasePlatform.js +++ b/src/BasePlatform.js @@ -107,6 +107,9 @@ export default class BasePlatform { isElectron(): boolean { return false; } + setupScreenSharingForIframe() { + } + /** * Restarts the application, without neccessarily reloading * any application code