bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://docs.bluerobotics.com/ardusub-zola/software/control-station/Cockpit-1.0/overview/
Other
46 stars 19 forks source link

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

Closed rafaellehmkuhl closed 2 months ago

rafaellehmkuhl commented 2 months ago

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.