diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 537a7e8c..3a4644dd 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -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" } ] }, diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 688450e2..8a502273 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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