chore: added doc on new classes

This commit is contained in:
Florent Chehab
2020-05-11 17:54:41 +02:00
parent 203e35b3e4
commit 00f7b10ac9
3 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
const config = require("./config/config");
/**
* Class to hold information related to a whiteboard
*/
class WhiteboardServerSideInfo {
static defaultScreenResolution = { w: 1000, h: 1000 };