Merge pull request #737 from robintown/double-audio
Disable spatial audio for the maximized speaker
This commit is contained in:
@@ -71,7 +71,7 @@ export function VideoTileContainer({
|
|||||||
stream ?? null,
|
stream ?? null,
|
||||||
audioContext,
|
audioContext,
|
||||||
audioDestination,
|
audioDestination,
|
||||||
isLocal,
|
isLocal || maximised,
|
||||||
localVolume
|
localVolume
|
||||||
);
|
);
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user