Skip to content

Commit 3b6fa09

Browse files
LucasMaupinclaude
andauthored
feat(presets): add isProgramUser field to PresetCall schema (#213)
Allows presets to store whether a program output line is joined as a listener or as an audio feed, enabling full role-aware auto-join when loading a preset URL. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f74d320 commit 3b6fa09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ export const PresetCall = Type.Object({
405405
productionId: Type.String({ minLength: 1 }),
406406
lineId: Type.String({ minLength: 1 }),
407407
lineUsedForProgramOutput: Type.Optional(Type.Boolean()),
408+
isProgramUser: Type.Optional(Type.Boolean()),
408409
lineName: Type.Optional(Type.String())
409410
});
410411

0 commit comments

Comments
 (0)