From e932e5237eaea4c08e6f7bcd849e4be6bd2e3f98 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 18 Sep 2014 11:04:45 +0100 Subject: WIP video chat layout --- webclient/components/matrix/matrix-call.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webclient/components') diff --git a/webclient/components/matrix/matrix-call.js b/webclient/components/matrix/matrix-call.js index 2f0bfddaf5..636259297e 100644 --- a/webclient/components/matrix/matrix-call.js +++ b/webclient/components/matrix/matrix-call.js @@ -167,6 +167,8 @@ angular.module('MatrixCall', []) MatrixCall.prototype.hangup = function(suppressEvent) { console.log("Ending call "+this.call_id); + this.remoteVideoElement.pause(); + this.stopAllMedia(); if (this.peerConn) this.peerConn.close(); -- cgit 1.5.1