cleaning up media settings
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user