diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 62f136e2..c0608d31 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -1144,7 +1144,7 @@ "rpcVersion": "1", "deprecated": false, "initialVersion": "5.0.0", - "category": "rconfig", + "category": "config", "requestFields": [], "responseFields": [ { diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 7de56964..984ad278 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -2294,6 +2294,7 @@ Studio mode has been enabled or disabled. - [SetVideoSettings](#setvideosettings) - [GetStreamServiceSettings](#getstreamservicesettings) - [SetStreamServiceSettings](#setstreamservicesettings) + - [GetRecordDirectory](#getrecorddirectory) - [Sources Requests](#sources-requests) - [GetSourceActive](#getsourceactive) - [GetSourceScreenshot](#getsourcescreenshot) @@ -2865,6 +2866,22 @@ Note: Simple RTMP settings can be set with type `rtmp_custom` and the settings f | streamServiceType | String | Type of stream service to apply. Example: `rtmp_common` or `rtmp_custom` | None | N/A | | streamServiceSettings | Object | Settings to apply to the service | None | N/A | +--- + +### GetRecordDirectory + +Gets the current directory that the record output is set to. + +- Complexity Rating: `1/5` +- Latest Supported RPC Version: `1` +- Added in v5.0.0 + +**Response Fields:** + +| Name | Type | Description | +| ---- | :---: | ----------- | +| recordDirectory | String | Output directory | + ## Sources Requests ### GetSourceActive