Remove video frame rate and screen sharing resolution, these are probably not required. Still configurable in app config. Fixes #415
parent
ed0af0cd50
commit
f546e22ae1
|
|
@ -239,6 +239,7 @@ const MediaSettings = ({
|
|||
/>
|
||||
</FormHelperText>
|
||||
</FormControl>
|
||||
{ /*
|
||||
<FormControl className={classes.formControl}>
|
||||
<Select
|
||||
value={settings.frameRate || ''}
|
||||
|
|
@ -295,6 +296,7 @@ const MediaSettings = ({
|
|||
/>
|
||||
</FormHelperText>
|
||||
</FormControl>
|
||||
*/ }
|
||||
<FormControl className={classes.formControl}>
|
||||
<Select
|
||||
value={settings.screenSharingFrameRate || ''}
|
||||
|
|
|
|||
Loading…
Reference in New Issue