This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
493ce8249e
jiti-meet
/
react
/
features
/
video-quality
/
index.js
5 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(conference): add audio only mode Audio only mode can be used to save bandwidth. In this mode local video is muted and last N is set to 0, thus disabling all remote video. When this mode is enabled avatars are shown.
2017-04-05 15:14:26 +00:00
export
*
from
'./components'
;
feat(external_api): Add command for setting send/recv video quality
2020-05-07 18:26:10 +00:00
export
*
from
'./actions'
;
feat: configurable quality levels for video height Allows to adjust thresholds which control the video quality level in the thumbnail view. Changes the default behaviour to request the SD (360p) resolution only when the thumbnails are at least 360 pixels tall and the height of 720 is required for the high quality level. The thresholds can be configured with the 'videoQuality.minHeightForQualityLvl' config property. Check the description in the config.js for more details.
2020-08-19 21:38:10 +00:00
import
'./reducer'
;