Disable spatial audio for the maximized speaker
This commit is contained in:
parent
85959046a5
commit
70344fd40f
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
Add a link
Reference in a new issue