From 8ff7d87b380a21326180b428662f05336f0895a3 Mon Sep 17 00:00:00 2001
From: Kegan Dougal <kegan@matrix.org>
Date: Tue, 20 Oct 2015 16:45:26 +0100
Subject: [PATCH] Bodge to make video = screen sharing

---
 src/CallHandler.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CallHandler.js b/src/CallHandler.js
index d0cf16f801..0a7a1cf922 100644
--- a/src/CallHandler.js
+++ b/src/CallHandler.js
@@ -158,7 +158,7 @@ function _onAction(payload) {
             newCall.placeVoiceCall();
         }
         else if (payload.type === 'video') {
-            newCall.placeVideoCall(
+            newCall.placeScreenSharingCall(
                 payload.remote_element,
                 payload.local_element
             );
-- 
GitLab