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",
"category": "record",
"requestFields": [],
"responseFields": []
"responseFields": [
{
"valueName": "outputPath",
"valueType": "String",
"valueDescription": "File name for the saved recording"
}
]
},
{
"description": "Toggles pause on the record output.",
@ -4881,6 +4887,11 @@
"valueName": "outputState",
"valueType": "String",
"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 |
| 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`
- Added in v5.0.0
**Response Fields:**
| Name | Type | Description |
| ---- | :---: | ----------- |
| outputPath | String | File name for the saved recording |
---
### ToggleRecordPause