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:
@@ -59,4 +59,5 @@ export const defaultLiveKitOptions: RoomOptions = {
|
|||||||
stopLocalTrackOnUnpublish: true,
|
stopLocalTrackOnUnpublish: true,
|
||||||
reconnectPolicy: new DefaultReconnectPolicy(),
|
reconnectPolicy: new DefaultReconnectPolicy(),
|
||||||
disconnectOnPageLeave: true,
|
disconnectOnPageLeave: true,
|
||||||
|
webAudioMix: false,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user