Skip to content

[STREAM-1178] - Remove support for sending multiple tracks while screensharing. #975

Merged
zservies merged 2 commits intodevelopfrom
STREAM-1178
Feb 5, 2026
Merged

[STREAM-1178] - Remove support for sending multiple tracks while screensharing. #975
zservies merged 2 commits intodevelopfrom
STREAM-1178

Conversation

@zservies
Copy link
Copy Markdown
Collaborator

@zservies zservies commented Feb 5, 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>.

@zservies zservies requested a review from AidanWZ February 5, 2026 18:56
@zservies zservies self-assigned this Feb 5, 2026
@zservies zservies added the bug Something isn't working label Feb 5, 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
Copy link
Copy Markdown
Collaborator

maxwellmooney13 commented Feb 5, 2026

Is this effectively the revert of 825?

EDIT: I have read the CHANGELOG

@zservies zservies merged commit 06b6cf3 into develop Feb 5, 2026
21 checks passed
@zservies zservies deleted the STREAM-1178 branch February 5, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants