Merge pull request #737 from robintown/double-audio
Disable spatial audio for the maximized speaker
This commit is contained in:
commit
715bec5949
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export function VideoTileContainer({
|
||||||
stream ?? null,
|
stream ?? null,
|
||||||
audioContext,
|
audioContext,
|
||||||
audioDestination,
|
audioDestination,
|
||||||
isLocal,
|
isLocal || maximised,
|
||||||
localVolume
|
localVolume
|
||||||
);
|
);
|
||||||
const {
|
const {
|
||||||
|
|
Loading…
Add table
Reference in a new issue