@webex/plugin-meetings 3.12.0-next.56 → 3.12.0-next.57

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.
@@ -1592,6 +1592,7 @@ var Meetings = exports.default = /*#__PURE__*/function (_WebexPlugin) {
1592
1592
  enableUnifiedMeetings,
1593
1593
  meetingInfoOptions,
1594
1594
  shouldDeferMeetingInfoFetch,
1595
+ isOneOnOneCallLocus,
1595
1596
  meetingAddedType,
1596
1597
  _args4 = arguments,
1597
1598
  _t2;
@@ -1647,6 +1648,7 @@ var Meetings = exports.default = /*#__PURE__*/function (_WebexPlugin) {
1647
1648
  sendCAevents: !!(callStateForMetrics !== null && callStateForMetrics !== void 0 && callStateForMetrics.correlationId) // if client sends correlation id as argument of public create(), then it means that this meeting creation is part of a pre-join intent from user
1648
1649
  };
1649
1650
  shouldDeferMeetingInfoFetch = type === _constants.DESTINATION_TYPE.LOCUS_ID && !(destination !== null && destination !== void 0 && destination.info);
1651
+ isOneOnOneCallLocus = type === _constants.DESTINATION_TYPE.LOCUS_ID && _util2.default.isOneOnOneCall(destination);
1650
1652
  if (!meetingInfo) {
1651
1653
  _context4.next = 2;
1652
1654
  break;
@@ -1655,7 +1657,7 @@ var Meetings = exports.default = /*#__PURE__*/function (_WebexPlugin) {
1655
1657
  _context4.next = 6;
1656
1658
  break;
1657
1659
  case 2:
1658
- if (!(type !== _constants.DESTINATION_TYPE.ONE_ON_ONE_CALL)) {
1660
+ if (!(type !== _constants.DESTINATION_TYPE.ONE_ON_ONE_CALL && !isOneOnOneCallLocus)) {
1659
1661
  _context4.next = 6;
1660
1662
  break;
1661
1663
  }