Make AEC work with spatial audio on Chrome

This commit is contained in:
Robin Townsend
2022-06-13 13:31:44 -04:00
parent 939398b277
commit ee43fcc91f
5 changed files with 97 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ export function VideoTileContainer({
showName,
audioOutputDevice,
audioContext,
audioDestination,
disableSpeakingIndicator,
...rest
}) {
@@ -47,6 +48,7 @@ export function VideoTileContainer({
stream,
audioOutputDevice,
audioContext,
audioDestination,
isLocal
);