@webex/plugin-meetings 3.0.0-beta.78 → 3.0.0-beta.79

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.
@@ -171,7 +171,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
171
171
  sessionId: this.sessionId
172
172
  });
173
173
  },
174
- version: "3.0.0-beta.78"
174
+ version: "3.0.0-beta.79"
175
175
  });
176
176
  var _default = Breakout;
177
177
  exports.default = _default;
@@ -836,7 +836,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
836
836
  body: body
837
837
  });
838
838
  },
839
- version: "3.0.0-beta.78"
839
+ version: "3.0.0-beta.79"
840
840
  });
841
841
  var _default = Breakouts;
842
842
  exports.default = _default;
@@ -1754,7 +1754,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
1754
1754
  _context2.next = 10;
1755
1755
  return this.attrs.meetingInfoProvider.fetchMeetingInfo(this.destination, this.destinationType, password, captchaInfo,
1756
1756
  // @ts-ignore - config coming from registerPlugin
1757
- this.config.installedOrgID);
1757
+ this.config.installedOrgID, this.locusId);
1758
1758
  case 10:
1759
1759
  info = _context2.sent;
1760
1760
  this.parseMeetingInfo(info, this.destination);