Feat : Control streamer
Some checks failed
release / build (push) Successful in 27s
release / verify-windows (push) Failing after 56s

This commit is contained in:
jeanotx32
2026-08-11 21:11:04 +02:00
parent 6916ff4be3
commit 37e0c73ab5
10 changed files with 386 additions and 11 deletions

View File

@@ -8,7 +8,13 @@ import type { AgentAction, AgentStatus, ObsSettings } from '@stream-control/shar
*/
export type ObsAction = Exclude<
AgentAction,
'watch.check' | 'hotkey.fullscreen' | 'agent.update'
| 'watch.check'
| 'hotkey.fullscreen'
| 'agent.update'
| 'browser.open'
| 'browser.close'
| 'capture.start'
| 'capture.stop'
>;
type ObsSnapshot = Pick<