@@ -62,7 +62,15 @@ export function AudioForParticipant({
|
|||||||
gainNode.disconnect();
|
gainNode.disconnect();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}, [item, audioContext, audioDestination, stream, localVolume, audioMuted]);
|
}, [
|
||||||
|
item,
|
||||||
|
audioContext,
|
||||||
|
audioDestination,
|
||||||
|
stream,
|
||||||
|
localVolume,
|
||||||
|
audioMuted,
|
||||||
|
audioTrackCount,
|
||||||
|
]);
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user