@nine-lab/nine-board 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/nine-board.js
CHANGED
|
@@ -830,6 +830,7 @@ changePage_fn = function(delta) {
|
|
|
830
830
|
}
|
|
831
831
|
};
|
|
832
832
|
requestInitialData_fn = function() {
|
|
833
|
+
console.log("joinroom", __privateGet(this, _roomId), __privateGet(this, _userId), __privateGet(this, _role));
|
|
833
834
|
__privateGet(this, _nbSocket).joinRoom(__privateGet(this, _roomId), __privateGet(this, _userId), __privateGet(this, _role));
|
|
834
835
|
if (__privateGet(this, _role) === "viewer") {
|
|
835
836
|
__privateGet(this, _nbSocket).requestSync(__privateGet(this, _roomId));
|