Fix double audio, Chrome reload silence, and restore input gain functionality
This commit is contained in:
@@ -131,13 +131,6 @@ export function VoiceControlBar() {
|
||||
};
|
||||
|
||||
const handleFullscreen = () => {
|
||||
if (!voiceFullscreen) {
|
||||
document.documentElement.requestFullscreen?.().catch(() => {});
|
||||
} else {
|
||||
if (document.fullscreenElement) {
|
||||
document.exitFullscreen().catch(() => {});
|
||||
}
|
||||
}
|
||||
toggleVoiceFullscreen();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user