aboutsummaryrefslogtreecommitdiff
path: root/app/features
diff options
context:
space:
mode:
authorAndrei Gavrilescu <51706180+andrei-gavrilescu@users.noreply.github.com>2020-02-20 14:52:20 +0200
committerGitHub <noreply@github.com>2020-02-20 12:52:20 +0000
commit3c448837e771796018dfff46dda2b89c7e5f98e2 (patch)
treee7a04e237f585c2ffa01f985d6272226a42e9a42 /app/features
parent30eb64fadd0857b8795a14d4cc6d38a431d699e8 (diff)
integrate screen sharing tracker window (#197)
* integrate screen sharing tracker window * update jitsi-meet-electron-utils required version * update package.json
Diffstat (limited to 'app/features')
-rw-r--r--app/features/conference/components/Conference.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js
index 5106c34..a432102 100644
--- a/app/features/conference/components/Conference.js
+++ b/app/features/conference/components/Conference.js
@@ -9,7 +9,7 @@ import { push } from 'react-router-redux';
import {
RemoteControl,
- setupScreenSharingForWindow,
+ setupScreenSharingRender,
setupAlwaysOnTopRender,
initPopupsConfigurationRender,
setupWiFiStats,
@@ -263,7 +263,7 @@ class Conference extends Component<Props, State> {
const iframe = this._api.getIFrame();
- setupScreenSharingForWindow(iframe);
+ setupScreenSharingRender(this._api);
new RemoteControl(iframe); // eslint-disable-line no-new
setupAlwaysOnTopRender(this._api);
setupWiFiStats(iframe);