obs-set-current-scene-collection
Switch to a different scene collection in OBS Studio to organize and manage broadcasting layouts for various streaming scenarios.
Instructions
Switches to a scene collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sceneCollectionName | Yes | Name of the scene collection to switch to |
Input Schema (JSON Schema)
{
"properties": {
"sceneCollectionName": {
"description": "Name of the scene collection to switch to",
"type": "string"
}
},
"required": [
"sceneCollectionName"
],
"type": "object"
}