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

5 lines
182 B
JavaScript
Raw Normal View History

2017-10-12 05:34:23 +08:00
import RedisPubSub from '/imports/startup/server/redis2x';
2016-11-18 20:26:14 +08:00
import handleCursorUpdate from './handlers/cursorUpdate';
2017-10-12 05:34:23 +08:00
RedisPubSub.on('SendCursorPositionEvtMsg', handleCursorUpdate);