Add logs to debug missing spatial audio

And potentially fix it, by recreating the source node when the stream changes.
This commit is contained in:
Robin Townsend 2022-11-07 11:41:49 -05:00
commit 0a5701b9fa
2 changed files with 62 additions and 51 deletions

View file

@ -71,8 +71,8 @@ export function VideoTileContainer({
stream ?? null,
audioContext,
audioDestination,
isLocal,
localVolume
localVolume,
isLocal
);
const {
modalState: videoTileSettingsModalState,