Skip to content

Commit

Permalink
fix(meetings): add llm plugin as dependency for meetings.min.js (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenara authored Dec 3, 2024
1 parent 602e8c6 commit 8225a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webex/src/meetings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ require('@webex/internal-plugin-support');
require('@webex/internal-plugin-user');
require('@webex/internal-plugin-voicea');
require('@webex/plugin-people');
require('@webex/internal-plugin-llm');

const merge = require('lodash/merge');
const WebexCore = require('@webex/webex-core').default;
Expand Down

0 comments on commit 8225a78

Please sign in to comment.