mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-28 09:01:32 +02:00
Put back the line that adds the stream to the invite, otherwise caller->callee audio won't work...
This commit is contained in:
parent
81d061e74e
commit
1e05e30472
@ -138,6 +138,7 @@ angular.module('MatrixCall', [])
|
|||||||
audioTracks[i].enabled = true;
|
audioTracks[i].enabled = true;
|
||||||
}
|
}
|
||||||
this.peerConn = this.createPeerConnection();
|
this.peerConn = this.createPeerConnection();
|
||||||
|
this.peerConn.addStream(stream);
|
||||||
var self = this;
|
var self = this;
|
||||||
this.peerConn.createOffer(function(d) {
|
this.peerConn.createOffer(function(d) {
|
||||||
self.gotLocalOffer(d);
|
self.gotLocalOffer(d);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user