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);