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
56dd83740c
jiti-meet
/
react
/
features
/
follow-me
/
index.js
5 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ref(follow-me): hook into redux (#3991) Use subscribers to detect state change and emit those out to other participants. Use middleware to register the command listener.
2019-04-17 15:05:32 +00:00
export
*
from
'./middleware'
;
export
*
from
'./subscriber'
;
Singleton follow me (#4144) * Prints errors in case of wrong initialization. Not printing can masks some errors in the code. * Allow only one Follow Me moderator in a meeting. * Sends Follow Me state with all presences of the moderator. This fixes an issue where the moderator sends the Follow Me state and then for example mute or unmute video (this will produce a presence without Follow Me state) and the new comers will not reflect current Follow Me state till a change of it comes. * Changes fixing comments. * Changes fixing comments.
2019-04-26 18:11:53 +00:00
import
'./reducer'
;