bigbluebutton-Github/bigbluebutton-html5/imports/api/cursor/server/eventHandlers.js

5 lines
191 B
JavaScript
Raw Normal View History

2016-11-18 20:26:14 +08:00
import RedisPubSub from '/imports/startup/server/redis';
import handleCursorUpdate from './handlers/cursorUpdate';
RedisPubSub.on('presentation_cursor_updated_message', handleCursorUpdate);