|
|
@@ -2291,7 +2291,7 @@ JitsiConference.prototype._acceptJvbIncomingCall = function(jingleSession, jingl
|
|
2291
|
2291
|
*/
|
|
2292
|
2292
|
JitsiConference.prototype._setBridgeChannel = function(offerIq, pc) {
|
|
2293
|
2293
|
const ignoreDomain = this.connection?.options?.bridgeChannel?.ignoreDomain;
|
|
2294
|
|
- const preferSctp = this.connection?.options?.bridgeChannel?.preferSctp ?? false;
|
|
|
2294
|
+ const preferSctp = this.connection?.options?.bridgeChannel?.preferSctp ?? true;
|
|
2295
|
2295
|
const sctpOffered = $(offerIq).find('>content[name="data"]')
|
|
2296
|
2296
|
.first().length === 1;
|
|
2297
|
2297
|
let wsUrl = null;
|