Skip to content

Update json/localMediaStorage.json#828

Merged
Flobul merged 1 commit intomasterfrom
update-localMediaStorage.json
Mar 25, 2026
Merged

Update json/localMediaStorage.json#828
Flobul merged 1 commit intomasterfrom
update-localMediaStorage.json

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Oct 8, 2025

Automated update for json/localMediaStorage.json

diff --git a/json/localMediaStorage.json b/json/localMediaStorage.json
new file mode 100644
index 00000000..8cd13059
--- /dev/null
+++ b/json/localMediaStorage.json
@@ -0,0 +1,111 @@
+{
+    "id": "localMediaStorage",
+    "version": 1,
+    "status": "proposed",
+    "name": "Local Media Storage",
+    "ephemeral": false,
+    "attributes": {
+        "localSnapshotRecording": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "setter": "setLocalSnapshotRecording",
+            "enumCommands": []
+        },
+        "localVideoRecording": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "setter": "setLocalVideoRecording",
+            "enumCommands": []
+        },
+        "supportedAttributes": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "string",
+                            "enum": [
+                                "localVideoRecording",
+                                "localSnapshotRecording"
+                            ]
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        }
+    },
+    "commands": {
+        "setLocalVideoRecording": {
+            "name": "setLocalVideoRecording",
+            "arguments": [
+                {
+                    "name": "state",
+                    "optional": false,
+                    "schema": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                }
+            ],
+            "sensitive": false
+        },
+        "setLocalSnapshotRecording": {
+            "name": "setLocalSnapshotRecording",
+            "arguments": [
+                {
+                    "name": "state",
+                    "optional": false,
+                    "schema": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                }
+            ],
+            "sensitive": false
+        }
+    }
+}
\ No newline at end of file

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 8, 2025

@Flobul Flobul merged commit 02bad9a into master Mar 25, 2026
2 checks passed
@Flobul Flobul deleted the update-localMediaStorage.json branch March 25, 2026 17:25
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.

1 participant