Try disabling LiveKit web audio support

We think there's a chance this is causing some Edge users to not hear any audio.
This commit is contained in:
Robin
2024-04-19 13:02:51 -04:00
parent d352fefcaa
commit 257211e8f9

View File

@@ -59,4 +59,5 @@ export const defaultLiveKitOptions: RoomOptions = {
stopLocalTrackOnUnpublish: true,
reconnectPolicy: new DefaultReconnectPolicy(),
disconnectOnPageLeave: true,
webAudioMix: false,
};