@webex/plugin-meetings 3.11.0-next.27 → 3.11.0-next.29

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.
@@ -6597,10 +6597,10 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
6597
6597
  return _context18.abrupt("return", undefined);
6598
6598
  case 1:
6599
6599
  _context18.next = 2;
6600
- return this.webex.internal.llm.disconnectLLM(isJoined ? {
6600
+ return this.webex.internal.llm.disconnectLLM({
6601
6601
  code: 3050,
6602
6602
  reason: 'done (permanent)'
6603
- } : undefined);
6603
+ });
6604
6604
  case 2:
6605
6605
  // @ts-ignore - Fix type
6606
6606
  this.webex.internal.llm.off('event:relay.event', this.processRelayEvent);