feat(voice-panel): mount Video section between Volume and Voice Processing
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { useVoiceStore } from '../../../stores/voiceStore';
|
||||
import { Toggle } from '../../ui/Toggle';
|
||||
import { VideoSection } from './VideoSection';
|
||||
|
||||
export function VoicePanel() {
|
||||
const echoCancellation = useVoiceStore((s) => s.echoCancellation);
|
||||
@@ -39,6 +40,8 @@ export function VoicePanel() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<VideoSection />
|
||||
|
||||
<div>
|
||||
<div className="text-[11px] font-semibold text-txt-tertiary uppercase tracking-wider mb-1.5">
|
||||
Voice Processing
|
||||
|
||||
Reference in New Issue
Block a user