@reactoo/watchtogether-sdk-js 2.6.50 → 2.6.51
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
package/src/modules/wt-room.js
CHANGED
|
@@ -499,7 +499,7 @@ class RoomSession {
|
|
|
499
499
|
} else if (type === "event") {
|
|
500
500
|
//none universal
|
|
501
501
|
} else if (type === 'timeout') {
|
|
502
|
-
this._log('
|
|
502
|
+
this._log('WebSockets Gateway timeout', json);
|
|
503
503
|
this.ws.close(3504, "Gateway timeout");
|
|
504
504
|
} else if (type === 'success' || type === 'error') {
|
|
505
505
|
// we're capturing those elsewhere
|
|
@@ -1682,10 +1682,6 @@ class RoomSession {
|
|
|
1682
1682
|
return Promise.resolve(null);
|
|
1683
1683
|
}
|
|
1684
1684
|
|
|
1685
|
-
if(config.pc.signalingState === 'stable') {
|
|
1686
|
-
//TODO
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
1685
|
return config.pc.setRemoteDescription(jsep)
|
|
1690
1686
|
.then(() => {
|
|
1691
1687
|
config.remoteSdp = jsep.sdp;
|