-
Notifications
You must be signed in to change notification settings - Fork 359
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
refactor(plugin-meetings): conditional stream addition for MQA #3610
Conversation
e2b891e
to
afb9e56
Compare
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes mostly look good. Just a few comments on the test. I've added it now but please do add "validated" tag once you run the tests locally and they pass so that the CI will run them. Unless the "validated" tag is added, CI won't run the tests
packages/@webex/plugin-meetings/test/unit/spec/stats-analyzer/index.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you.
Please update the branch before merging
packages/@webex/plugin-meetings/test/unit/spec/stats-analyzer/index.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
packages/@webex/plugin-meetings/test/unit/spec/stats-analyzer/index.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for adding tests cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Having the helper util function for isStreamRequested
is a good idea. Once the unit tests are fixed (the nested it
block issue that we discussed offline) I can approve.
this.statsResults[mediaType][sendrecvType].retransmittedBytesSent = | ||
result.retransmittedBytesSent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you may have accidentally added these lines in here from another task but that should be ok :)
COMPLETES WEBEX-378949
This pull request introduces enhancements to MQA, particularly focusing on the logic that determines which streams are sent to the MQA based on their
isRequested
status.Change Type
I certified that
I have read and followed contributing guidelines
I discussed changes with code owners prior to submitting this pull request
I have not skipped any automated checks
All existing and new tests passed
I have updated the documentation accordingly