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 { useVoiceStore } from '../../../stores/voiceStore';
|
||||||
import { Toggle } from '../../ui/Toggle';
|
import { Toggle } from '../../ui/Toggle';
|
||||||
|
import { VideoSection } from './VideoSection';
|
||||||
|
|
||||||
export function VoicePanel() {
|
export function VoicePanel() {
|
||||||
const echoCancellation = useVoiceStore((s) => s.echoCancellation);
|
const echoCancellation = useVoiceStore((s) => s.echoCancellation);
|
||||||
@@ -39,6 +40,8 @@ export function VoicePanel() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<VideoSection />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div className="text-[11px] font-semibold text-txt-tertiary uppercase tracking-wider mb-1.5">
|
<div className="text-[11px] font-semibold text-txt-tertiary uppercase tracking-wider mb-1.5">
|
||||||
Voice Processing
|
Voice Processing
|
||||||
|
|||||||
Reference in New Issue
Block a user