summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--webclient/components/matrix/matrix-call.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/components/matrix/matrix-call.js b/webclient/components/matrix/matrix-call.js
index 3a692ccf5c..2191bdab39 100644
--- a/webclient/components/matrix/matrix-call.js
+++ b/webclient/components/matrix/matrix-call.js
@@ -138,6 +138,7 @@ angular.module('MatrixCall', [])
             audioTracks[i].enabled = true;
         }
         this.peerConn = this.createPeerConnection();
+        this.peerConn.addStream(stream);
         var self = this;
         this.peerConn.createOffer(function(d) {
             self.gotLocalOffer(d);