Enable just insertable streams instead of all experimental features

This commit is contained in:
Saúl Ibarra Corretgé 2020-09-10 15:14:38 +02:00
parent b2a349a718
commit 0bb919cffc
1 changed files with 1 additions and 1 deletions

View File

@ -186,8 +186,8 @@ function createJitsiMeetWindow() {
minHeight: 600,
show: false,
webPreferences: {
enableBlinkFeatures: 'RTCInsertableStreams',
enableRemoteModule: true,
experimentalFeatures: true, // Insertable streams, for E2EE.
nativeWindowOpen: true,
nodeIntegration: false,
preload: path.resolve(basePath, './build/preload.js')