Skip to content

Release/v12.0.0#978

Merged
maxwellmooney13 merged 29 commits intomasterfrom
release/v12.0.0
Feb 12, 2026
Merged

Release/v12.0.0#978
maxwellmooney13 merged 29 commits intomasterfrom
release/v12.0.0

Conversation

@zservies
Copy link
Copy Markdown
Collaborator

@zservies zservies commented Feb 9, 2026

MERGE CHECKLIST

  • Tests have been updated, added, or removed and the testing matrix has passed.
  • Documentation has been updated or added.
  • Changelog has been updated with ticket or issue number, link to the ticket, and a description of the changes.
  • Branch has been built in the BitBucket wrapper repository.
  • Pull request title is formatted as [STREAM-<ticket number>] - <description of changes> or [<issue number>] - <description of changes>.
  • Release pull requests include someone from the PureScale team for approval.
    • Build release branch in wrapper repository and make sure it is tagged with next on npm.

@zservies zservies self-assigned this Feb 9, 2026
@zservies zservies added the release Pull requests that release a new version of the library. label Feb 9, 2026
let displayMediaSpy: jest.SpyInstance<Promise<MediaStream>>;
let addMediaToSessionSpy: jest.SpyInstance<Promise<void>>;
let videoMuteSpy: jest.SpyInstance<Promise<void>>;
let addReplaceTrackToSession: jest.SpyInstance<Promise<any>>;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Unexpected any. Specify a different type.

Suggested change
let addReplaceTrackToSession: jest.SpyInstance<Promise<any>>;
let addReplaceTrackToSession: jest.SpyInstance<Promise<unknown>>;

@maxwellmooney13 maxwellmooney13 merged commit c099c91 into master Feb 12, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Pull requests that release a new version of the library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants