This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8cda10f05f
bigbluebutton-Github
/
bigbluebutton-html5
/
imports
/
api
/
timer
/
server
/
index.js
4 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Timer first commit
2023-05-11 04:03:20 +08:00
import
'./methods'
;
feat(timer): add model and messages to akka apps This commit makes the messages of the timer feature to be proxied by akka-apps and also adds a timer model that is updated based on these messages. Moving the timer panel opening logic to the timer button component in the navigation panel was a consequence of these changes.
2023-05-03 04:46:33 +08:00
import
'./eventHandlers'
;
Timer first commit
2023-05-11 04:03:20 +08:00
import
'./publishers'
;
Reference in New Issue
Copy Permalink