@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactoo/watchtogether-sdk-js",
3
- "version": "2.5.87",
3
+ "version": "2.5.88",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -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) {