disable adaptive stream

This commit is contained in:
lukasIO 2025-06-24 18:33:46 +02:00
parent 1974780f76
commit 1ebade375c

View File

@ -137,7 +137,7 @@ function VideoConferenceComponent(props: {
audioCaptureDefaults: {
deviceId: props.userChoices.audioDeviceId ?? undefined,
},
adaptiveStream: { pixelDensity: 'screen' },
adaptiveStream: false,
dynacast: true,
e2ee: keyProvider && worker && e2eeEnabled ? { keyProvider, worker } : undefined,
};