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
cfb8589bef
jiti-meet
/
react
/
features
/
video-quality
/
index.js
4 lines
88 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'
;
ref(video-quality): Move all related code.
2020-09-01 19:19:04 +00:00
export
*
from
'./actionTypes'
;