Skip to content

fix(widgets): bump sdk-component-adapter to 1.113.3 and components to 1.277.1 - #730

Merged
akulakum merged 2 commits into
webex:nextfrom
akulakum:fix/spark-824300-bump-adapter-1.113.3
Aug 5, 2026
Merged

fix(widgets): bump sdk-component-adapter to 1.113.3 and components to 1.277.1#730
akulakum merged 2 commits into
webex:nextfrom
akulakum:fix/spark-824300-bump-adapter-1.113.3

Conversation

@akulakum

@akulakum akulakum commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

COMPLETES https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-824300

This pull request addresses

Meetings Widget device switching and meeting controls (⋯ menu, roster, mute, join, etc.) broke after @webex/sdk-component-adapter@1.113.0 shipped with sdk-component-adapter#346. The adapter expected control action({ meetingID }) context objects, but @webex/components@1.277.1 still calls action(meetingID) (string) and action(meetingID, deviceId) for device switches — causing Could not find meeting with ID "undefined" and failed mic/speaker/camera selection.

Fix landed in adapter: sdk-component-adapter#350, published as @webex/sdk-component-adapter@1.113.3 on npm.

Customer-reported stack: @webex/widgets ^1.28.2, @webex/components 1.277.1, @webex/sdk-component-adapter 1.113.0, Chrome on macOS.

Demo recordings:

by making the following changes

Dependency bump in packages/@webex/widgets/package.json (and yarn.lock):

Package Before After
@webex/sdk-component-adapter 1.112.12 1.113.3
@webex/components 1.275.2 1.277.1

No widget source code changes — consumers of @webex/widgets get the adapter fix via the updated pinned dependencies.

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios were tested

  • The testing is done with the amplify link
  • Automated: yarn test:meetings-widget — 30/30 unit tests pass (WebexMeetings.test.jsx)
  • Manual (local demo): yarn workspace @webex/widgets start with npm packages (no portal link)
    • Join meeting — no meetingID undefined errors
    • Narrow screen → ⋯ menu → Show participants — works
    • Wide screen → Settings → switch microphone / speaker / camera — selected device applies
    • Mute/unmute audio and video — works

The GAI Coding Policy And Copyright Annotation Best Practices

  • GAI was not used (or, no additional notation is required)
  • Code was generated entirely by GAI
  • GAI was used to create a draft that was subsequently customized or modified
  • Coder created a draft manually that was non-substantively modified by GAI (e.g., refactoring was performed by GAI on manually written code)
  • Tool used for AI assistance (GitHub Copilot / Other - specify)
    • Github Copilot
    • Other - Please Specify
  • This PR is related to
    • Feature
    • Defect fix
    • Tech Debt
    • Automation

Checklist before merging

  • I have not skipped any automated checks
  • All existing and new tests passed
  • I have updated the testing document
  • I have tested the functionality with amplify link

Make sure to have followed the contributing guidelines before submitting.

@akulakum
akulakum requested a review from a team as a code owner August 4, 2026 16:54
@akulakum akulakum changed the title fix(widgets): bump sdk-component-adapter to 1.113.3 and components to… fix(widgets): bump sdk-component-adapter to 1.113.3 and components to 1.277.1 Aug 4, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a7d6b307e1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +43 to +44
"@webex/components": "1.277.1",
"@webex/sdk-component-adapter": "1.113.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the module spec aligned with the dependency pins

These dependency pins are updated, but packages/@webex/widgets/ai-docs/widgets-spec.md:138-141 still identifies @webex/sdk-component-adapter 1.112.12 and @webex/components 1.275.2 as the required versions. This leaves the module's documented integration baseline stale; update the spec with the new pins in this change.

AGENTS.md reference: AGENTS.md:L68-L68

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed

@aws-amplify-us-east-2

Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-730.d1b38q61t1z947.amplifyapp.com

@akulakum akulakum added the validated Indicates that the PR is ready for actions label Aug 4, 2026
@github-actions github-actions Bot removed the validated Indicates that the PR is ready for actions label Aug 5, 2026
@akulakum akulakum added the validated Indicates that the PR is ready for actions label Aug 5, 2026

@rarajes2 rarajes2 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check if codex comment is valid

@akulakum

akulakum commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Please check if codex comment is valid

Fixed the codex comment

@akulakum
akulakum merged commit 2d8094c into webex:next Aug 5, 2026
7 checks passed
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
🎉 Your changes are now available!
Released in: webex-widgets-v1.28.2-next.10
📖 View full changelog →
Packages Updated Version
@webex/widgets 1.28.2-next.10
samples-meeting-app 0.0.0-next.1

Thank you for your contribution!
🤖 This is an automated message. For queries, please contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

validated Indicates that the PR is ready for actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants