@webex/plugin-meetings 3.12.0-next.60 → 3.12.0-next.62

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.
@@ -685,6 +685,9 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
685
685
  */
686
686
  (0, _defineProperty3.default)(_this, "handleLLMOnline", function () {
687
687
  _this.restoreLLMSubscriptionsIfNeeded();
688
+ _this.locusInfo.syncAllHashTreeDatasets({
689
+ onlyLLM: true
690
+ });
688
691
  _triggerProxy.default.trigger(_this, {
689
692
  file: 'meeting/index',
690
693
  function: 'handleLLMOnline'
@@ -7158,6 +7161,9 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
7158
7161
  case 4:
7159
7162
  return _context21.abrupt("return", this.webex.internal.llm.registerAndConnect(url, dataChannelUrl, datachannelToken).then(function (registerAndConnectResult) {
7160
7163
  var _this36$webex$interna, _this36$webex$interna2;
7164
+ _this36.locusInfo.syncAllHashTreeDatasets({
7165
+ onlyLLM: true
7166
+ });
7161
7167
  // Record ownership of the default LLM session for this meeting so
7162
7168
  // subsequent cross-meeting `updateLLMConnection` / `cleanupLLMConneciton`
7163
7169
  // calls can detect and skip work that doesn't belong to them.