fix: restore VoiceControls and chat split-view in DM calls
VoiceControls was gated on server-only `currentVoiceChannelId`, now also triggers on `activeDmCall`. Added VoiceChatPanel to DM call view matching the server voice channel pattern.
This commit is contained in:
@@ -112,6 +112,9 @@ export function MainContent() {
|
||||
|
||||
<div className="flex-1 flex overflow-hidden pb-20">
|
||||
<VoiceGrid participants={participants} />
|
||||
{voiceChatOpen && !voiceFullscreen && (
|
||||
<VoiceChatPanel channelId={currentChannelId} channelName={`@${dmName}`} />
|
||||
)}
|
||||
</div>
|
||||
|
||||
<VoiceControlBar />
|
||||
|
||||
Reference in New Issue
Block a user