@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.
- package/dist/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/meeting/index.js +1 -1
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting-info/meeting-info-v2.js +16 -12
- package/dist/meeting-info/meeting-info-v2.js.map +1 -1
- package/dist/meeting-info/utilv2.js +5 -1
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/types/meeting-info/meeting-info-v2.d.ts +2 -1
- package/package.json +18 -18
- package/src/meeting/index.ts +2 -1
- package/src/meeting-info/meeting-info-v2.ts +4 -1
- package/src/meeting-info/utilv2.ts +5 -1
- package/test/unit/spec/meeting-info/meetinginfov2.js +27 -0
package/dist/breakouts/index.js
CHANGED
package/dist/meeting/index.js
CHANGED
|
@@ -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);
|