Switch scene
activate_sceneChange the live stream scene immediately by specifying a scene ID or exact name. Override the default transition optionally for a custom cut or fade.
Instructions
Switch DualStream's live output to another scene. Takes effect immediately on the user's live stream; call only when the user asked for a scene change. Identify the scene by scene_id (preferred, from get_scenes) or by exact scene_name (case-insensitive). Optional transition name overrides the scene's default transition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_id | No | Stable scene UUID from get_scenes. Preferred over scene_name. | |
| scene_name | No | Exact scene name (case-insensitive); resolved via get_scenes. | |
| transition | No | Optional transition override (e.g. "Cut", "Fade", "Automagic"). |