Skip to content

Commit

Permalink
Try disabling LiveKit web audio support
Browse files Browse the repository at this point in the history
We think there's a chance this is causing some Edge users to not hear any audio.
  • Loading branch information
robintown committed Apr 19, 2024
1 parent d352fef commit 257211e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/livekit/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ export const defaultLiveKitOptions: RoomOptions = {
stopLocalTrackOnUnpublish: true,
reconnectPolicy: new DefaultReconnectPolicy(),
disconnectOnPageLeave: true,
webAudioMix: false,
};

0 comments on commit 257211e

Please sign in to comment.