Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #2458 Circular dependency issue #2459

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

Romick2005
Copy link
Contributor

@Romick2005 Romick2005 commented Feb 15, 2024

Closes #2458
Move isUserStreamById into RTCUtils and remove not used isUserStream RTC method.

Require cycle: lib/lib-jitsi-meet/modules/RTC/RTC.js -> lib/lib-jitsi-meet/modules/RTC/TraceablePeerConnection.js -> lib/lib-jitsi-meet/modules/RTC/RTC.js

…ById RTC method into RTCUtils in order to fix circular dependency issue.

Require cycle: lib/lib-jitsi-meet/modules/RTC/RTC.js -> lib/lib-jitsi-meet/modules/RTC/TraceablePeerConnection.js -> lib/lib-jitsi-meet/modules/RTC/RTC.js
@paweldomas
Copy link
Member

LGTM, but I'll leave merging to @jallamsetty1 or @saghul

@jitsi-jenkins
Copy link

Hi, thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

@damencho
Copy link
Member

jenkins, test this please.

@jallamsetty1 jallamsetty1 merged commit 56952c2 into jitsi:master Feb 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid require cycle: RTC.js -> TraceablePeerConnection.js -> RTC.js
6 participants