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