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', color: 'white',
}} }}
size="small" size="small"
onClick={handleClickProfile}
> >
<FiSettings /> <FiSettings />
</IconButton> </IconButton>
@@ -257,6 +258,7 @@ function UserSettingsDialog({ open, handleClose }: { handleClose: () => void; op
</Button> </Button>
</Stack> </Stack>
<Stack direction="row" alignItems="flex-start" spacing={1}>
<FormControl fullWidth> <FormControl fullWidth>
<InputLabel>Microphone</InputLabel> <InputLabel>Microphone</InputLabel>
<Select label="Microphone"> <Select label="Microphone">
@@ -295,18 +297,7 @@ function UserSettingsDialog({ open, handleClose }: { handleClose: () => void; op
))} ))}
</Select> </Select>
</FormControl> </FormControl>
</Stack>
<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>
<Divider /> <Divider />