Skip to content

Update json/videoStreamSettings.json - #962

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
update-videoStreamSettings.json
Open

Update json/videoStreamSettings.json#962
github-actions[bot] wants to merge 1 commit into
masterfrom
update-videoStreamSettings.json

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Automated update for json/videoStreamSettings.json

diff --git a/json/videoStreamSettings.json b/json/videoStreamSettings.json
index 369abe7..33c3f01 100644
--- a/json/videoStreamSettings.json
+++ b/json/videoStreamSettings.json
@@ -18,7 +18,9 @@
                                 "clipRecording",
                                 "perStreamViewports",
                                 "watermark",
-                                "onScreenDisplay"
+                                "onScreenDisplay",
+                                "globalWatermark",
+                                "globalOnScreenDisplay"
                             ]
                         }
                     }
@@ -30,6 +32,27 @@
             },
             "enumCommands": []
         },
+        "globalOnScreenDisplay": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "setter": "setGlobalOnScreenDisplay",
+            "enumCommands": []
+        },
         "videoStreams": {
             "schema": {
                 "type": "object",
@@ -161,6 +184,27 @@
             },
             "enumCommands": []
         },
+        "globalWatermark": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "setter": "setGlobalWatermark",
+            "enumCommands": []
+        },
         "supportedResolutions": {
             "schema": {
                 "type": "object",
@@ -198,6 +242,24 @@
         }
     },
     "commands": {
+        "setGlobalWatermark": {
+            "name": "setGlobalWatermark",
+            "arguments": [
+                {
+                    "name": "state",
+                    "optional": false,
+                    "schema": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                }
+            ],
+            "sensitive": false
+        },
         "setStream": {
             "name": "setStream",
             "arguments": [
@@ -325,6 +387,24 @@
                 }
             ],
             "sensitive": false
+        },
+        "setGlobalOnScreenDisplay": {
+            "name": "setGlobalOnScreenDisplay",
+            "arguments": [
+                {
+                    "name": "state",
+                    "optional": false,
+                    "schema": {
+                        "title": "EnableState",
+                        "type": "string",
+                        "enum": [
+                            "enabled",
+                            "disabled"
+                        ]
+                    }
+                }
+            ],
+            "sensitive": false
         }
     }
 }
\ No newline at end of file

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

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