Feat : Control streamer
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user