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

feat(troubleshooter): added basic troubleshooter #29

Merged
merged 7 commits into from
Nov 4, 2024

Conversation

ravindra-dyte
Copy link
Contributor

@ravindra-dyte ravindra-dyte commented Nov 4, 2024

Linear Issue
fixes WEB-4078

Description

Added basic troubleshooter.

Changes needed

  1. Will be adding Systems tab
  2. Will be adding CPU & bandwidth limitations indicator.
  3. Latency & Speaker delay (Phase 2)
  4. Need to add i18n.

Screenshots

image image image image image image

@ravindra-dyte ravindra-dyte requested a review from a team as a code owner November 4, 2024 10:11
@ravindra-dyte ravindra-dyte marked this pull request as draft November 4, 2024 10:30

if (packetLossPercentage > 5) {
verdict = 'Worst';
} else if (packetLossPercentage > 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

0 - 1 - Good
1 - 4 - Average
4 + - Poor

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@ravindra-dyte ravindra-dyte marked this pull request as ready for review November 4, 2024 12:20
@ravindra-dyte ravindra-dyte merged commit 6ac4f7b into staging Nov 4, 2024
3 checks passed
@ravindra-dyte ravindra-dyte deleted the feat/troubleshooter branch November 4, 2024 14:52
Copy link

github-actions bot commented Nov 4, 2024

🎉 This PR is included in version 2.1.0-staging.34 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants