obs-set-current-profile
Switch the active profile in OBS Studio to manage different scene collections and settings configurations for various streaming or recording scenarios.
Instructions
Switches to a profile
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profileName | Yes | Name of the profile to switch to |
Input Schema (JSON Schema)
{
"properties": {
"profileName": {
"description": "Name of the profile to switch to",
"type": "string"
}
},
"required": [
"profileName"
],
"type": "object"
}