|
@@ -2215,11 +2215,7 @@ JitsiConference.prototype._acceptJvbIncomingCall = function(jingleSession, jingl
|
2215
|
2215
|
// Open a channel with the videobridge.
|
2216
|
2216
|
this._setBridgeChannel(jingleOffer, jingleSession.peerconnection);
|
2217
|
2217
|
|
2218
|
|
- // When ssrc-rewriting is enabled, muted sources that are signaled to Jicofo will not create a broadcast storm.
|
2219
|
|
- // Therefore, it is ok to signal all the tracks to Jicofo. In the legacy mode, we do not want to signal any
|
2220
|
|
- // tracks that are muted at join time.
|
2221
|
|
- const localTracks = FeatureFlags.isSsrcRewritingSupported()
|
2222
|
|
- ? this.getLocalTracks() : this._getInitialLocalTracks();
|
|
2218
|
+ const localTracks = this._getInitialLocalTracks();
|
2223
|
2219
|
|
2224
|
2220
|
try {
|
2225
|
2221
|
jingleSession.acceptOffer(
|