Add video-stream widget (#685)

This commit is contained in:
Yossi Hillali
2023-02-08 23:23:53 +02:00
committed by GitHub
parent bb010ff54a
commit fab018a10e
9 changed files with 452 additions and 51 deletions

View File

@@ -0,0 +1,24 @@
{
"descriptor": {
"name": "Video Stream",
"description": "Embed a video stream or video from a camera or a website",
"settings": {
"title": "Settings for video stream widget",
"cameraFeedUrl": {
"label": "Camera feed url"
},
"autoPlay": {
"label": "Auto play"
},
"muted": {
"label": "Muted audio"
},
"controls": {
"label": "Video player controls"
}
}
},
"errors": {
"invalidStream": "Invalid stream"
}
}