Improve Media Stream API error message for clarity (#593)

The previous error message was vague, stating only that the Media Stream API was unsupported. This update makes it explicit that HTTPS is required for support. The new message reads:  
> "Media Stream API is not supported without HTTPS" 
This improves clarity and helps users quickly understand the issue and how to resolve it.
This commit is contained in:
Sai Vishnu M
2025-03-19 00:18:11 +05:30
committed by GitHub
parent ab777e4a35
commit 537dedbbea

View File

@@ -350,7 +350,7 @@
"invalid_url": "Invalid barcode URL",
"no_sources": "No video sources available",
"select_video_source": "Pick a video source",
"unsupported": "Media Stream API is not supported"
"unsupported": "Media Stream API is not supported without HTTPS"
},
"tools": {
"actions": "Inventory Actions",