whiteboard/scripts/config.js
Florent Chehab 685caffd43
feat: 'new websocket' to share whiteboard info
* share whiteboard info only on change and at specific frequency
* front update to track nb user connected
2020-05-10 15:34:19 +02:00

6 lines
101 B
JavaScript

const config = {
whiteboardInfoBroadcastFreq: 1, // once per second
};
module.exports = config;