@reactoo/watchtogether-sdk-js 2.5.87 → 2.5.88
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
|
@@ -1531,7 +1531,7 @@ class RoomSession {
|
|
|
1531
1531
|
config.isIceRestarting = true;
|
|
1532
1532
|
let hasAudio = !!(config.stream && config.stream.getAudioTracks().length > 0);
|
|
1533
1533
|
let hasVideo = !!(config.stream && config.stream.getVideoTracks().length > 0);
|
|
1534
|
-
this._setupTransceivers([hasAudio, false, hasVideo, false]);
|
|
1534
|
+
this._setupTransceivers(handleId,[hasAudio, false, hasVideo, false]);
|
|
1535
1535
|
this._createAO('offer', handleId, true )
|
|
1536
1536
|
.then((jsep) => {
|
|
1537
1537
|
if (!jsep) {
|