@reactoo/watchtogether-sdk-js 2.5.18 → 2.5.19
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reactoo/watchtogether-sdk-js",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.19",
|
|
4
4
|
"description": "Javascript SDK for Reactoo",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"unpkg": "dist/watchtogether-sdk.min.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@fingerprintjs/fingerprintjs": "^3.3.2",
|
|
46
46
|
"aws-iot-device-sdk": "^2.2.11",
|
|
47
|
-
"serialize-error": "
|
|
47
|
+
"serialize-error": "9.1.0",
|
|
48
48
|
"swagger-client": "^3.18.0",
|
|
49
49
|
"webrtc-adapter": "^8.1.1"
|
|
50
50
|
},
|
package/src/modules/wt-room.js
CHANGED
|
@@ -481,10 +481,6 @@ class RoomSession {
|
|
|
481
481
|
let unpublished = msg["unpublished"];
|
|
482
482
|
let error = msg["error"];
|
|
483
483
|
|
|
484
|
-
let allowedObservers = this._observerIds || [];
|
|
485
|
-
let allowedTalkback = this._talkbackIds || [];
|
|
486
|
-
let allowedInstructor = this._instuctorId || null;
|
|
487
|
-
|
|
488
484
|
if (event === "joined") {
|
|
489
485
|
this.id = msg["id"];
|
|
490
486
|
this.privateId = msg["private_id"];
|