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

video: Warn user if they selected an IP that is not available in the ICE candidates #923

Merged

Conversation

rafaellehmkuhl
Copy link
Member

This situation leads to the ICE negotiation failing (since we are not allowing any of the available IPs), and thus no video stream being loaded.

For the future, we should change all those SweetAlerts by our own library, probably using the InteractionDialog component. This is probably part of #875.

Fix #661.

@rafaellehmkuhl rafaellehmkuhl marked this pull request as ready for review April 29, 2024 21:17
@rafaellehmkuhl rafaellehmkuhl merged commit 45dd8ee into bluerobotics:master May 7, 2024
8 checks passed
@rafaellehmkuhl rafaellehmkuhl deleted the ice-ip-not-available branch May 7, 2024 16:33
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.

If none of the allowed ICE IPs are available, no video is streamed, and user may not know why
2 participants