-
Notifications
You must be signed in to change notification settings - Fork 10
VIDSOL-149: Camera light stays on after toggling video off #206
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
Conversation
|
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! 💪 🚀
| expect(screen.getByTestId('ArrowDropUpIcon')).toBeInTheDocument(); | ||
| }); | ||
|
|
||
| it('updates the main publisher and the background replacement publisher when clicked', () => { |
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.
Nit: "updates" -> "toggles" ?
| expect(screen.getByTestId('VideocamOffIcon')).toBeInTheDocument(); | ||
| }); | ||
|
|
||
| it('updates the main publisher and the background replacement publisher when clicked', () => { |
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.
Same nit here: "updates" -> "toggles" 🤷♂️
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 Great job! ![]()
|
Tested LGTM!! 🚀 |



What is this PR doing?
This PR fixes an issue where a webcam light stays on when toggling video off. This happens due to now using two different publishers, one of which was not being changed when toggling the video off.
How should this be manually tested?
To reproduce the issue, follow these steps:
developbranch.To reproduce the fix, follow the steps above on this PRs' branch and notice that the issue is no longer reproducible.
What are the relevant tickets?
A maintainer will add this ticket number.
Resolves VIDSOL-149
Checklist
[ ] Branch is based on
develop(notmain).[ ] Resolves a
Known Issue.[ ] If yes, did you remove the item from the
docs/KNOWN_ISSUES.md?[ ] Resolves an item reported in
Issues.If yes, which issue? Issue Number?