docs(ci): Update generated docs - 4201664 [skip ci]

This commit is contained in:
Github Actions 2022-07-02 14:04:41 +00:00
parent 4201664c7b
commit 6122fe6ea7
2 changed files with 19 additions and 1 deletions

View File

@ -2826,7 +2826,13 @@
"initialVersion": "5.0.0", "initialVersion": "5.0.0",
"category": "record", "category": "record",
"requestFields": [], "requestFields": [],
"responseFields": [] "responseFields": [
{
"valueName": "outputPath",
"valueType": "String",
"valueDescription": "File name for the saved recording"
}
]
}, },
{ {
"description": "Toggles pause on the record output.", "description": "Toggles pause on the record output.",
@ -4881,6 +4887,11 @@
"valueName": "outputState", "valueName": "outputState",
"valueType": "String", "valueType": "String",
"valueDescription": "The specific state of the output" "valueDescription": "The specific state of the output"
},
{
"valueName": "outputPath",
"valueType": "String",
"valueDescription": "File name for the saved recording, if record stopped. `null` otherwise"
} }
] ]
}, },

View File

@ -2148,6 +2148,7 @@ The state of the record output has changed.
| ---- | :---: | ----------- | | ---- | :---: | ----------- |
| outputActive | Boolean | Whether the output is active | | outputActive | Boolean | Whether the output is active |
| outputState | String | The specific state of the output | | outputState | String | The specific state of the output |
| outputPath | String | File name for the saved recording, if record stopped. `null` otherwise |
--- ---
@ -4606,6 +4607,12 @@ Stops the record output.
- Latest Supported RPC Version: `1` - Latest Supported RPC Version: `1`
- Added in v5.0.0 - Added in v5.0.0
**Response Fields:**
| Name | Type | Description |
| ---- | :---: | ----------- |
| outputPath | String | File name for the saved recording |
--- ---
### ToggleRecordPause ### ToggleRecordPause