different paradigm of managing audio

This commit is contained in:
talksik
2022-06-29 10:12:03 -05:00
parent debf274e68
commit e1f03e0efa
6 changed files with 86 additions and 48 deletions
+2 -2
View File
@@ -308,7 +308,7 @@ function ConversationDetails({ masterConversation }: { masterConversation: Maste
<Box sx={{ p: 2, boxShadow: 3, zIndex: 5 }} flexDirection={'column'} mt={'auto'}>
{/* live video and screenshares */}
<Stack direction="row" alignItems={'center'}>
{masterConversation.room &&
{/* {masterConversation.room &&
Object.entries(masterConversation.room).map(([userId, userPeerContents]) => {
return (
<Video
@@ -316,7 +316,7 @@ function ConversationDetails({ masterConversation }: { masterConversation: Maste
stream={userPeerContents.stream}
/>
);
})}
})} */}
</Stack>
<Stack direction="row" alignItems="center" justifyContent={'flex-end'} gap={1}>