cleaning up media settings

This commit is contained in:
talksik
2022-06-20 11:03:25 -05:00
parent c109baa13b
commit 9e24545acf
+3 -12
View File
@@ -182,6 +182,7 @@ export default function FooterControls() {
color: 'white',
}}
size="small"
onClick={handleClickProfile}
>
<FiSettings />
</IconButton>
@@ -257,6 +258,7 @@ function UserSettingsDialog({ open, handleClose }: { handleClose: () => void; op
</Button>
</Stack>
<Stack direction="row" alignItems="flex-start" spacing={1}>
<FormControl fullWidth>
<InputLabel>Microphone</InputLabel>
<Select label="Microphone">
@@ -295,18 +297,7 @@ function UserSettingsDialog({ open, handleClose }: { handleClose: () => void; op
))}
</Select>
</FormControl>
<FormControl fullWidth disabled>
<InputLabel>Screen</InputLabel>
<Select value={'coming soon'} label="Audio">
<MenuItem value={NO_DEVICE_SELECTION}>
<em>None</em>
</MenuItem>
<MenuItem value={'coming soon'}>{'coming soon'}</MenuItem>
<MenuItem value={20}>Twenty</MenuItem>
<MenuItem value={30}>Thirty</MenuItem>
</Select>
</FormControl>
</Stack>
<Divider />