Merge branch 'main' into feature/pause-button

This commit is contained in:
Manish
2026-04-05 22:03:35 +05:30
committed by GitHub
39 changed files with 924 additions and 110 deletions
+2
View File
@@ -46,6 +46,7 @@ type UseScreenRecorderReturn = {
toggleRecording: () => void;
togglePaused: () => void;
restartRecording: () => void;
cancelRecording: () => void;
microphoneEnabled: boolean;
setMicrophoneEnabled: (enabled: boolean) => void;
microphoneDeviceId: string | undefined;
@@ -706,6 +707,7 @@ export function useScreenRecorder(): UseScreenRecorderReturn {
toggleRecording,
togglePaused,
restartRecording,
cancelRecording,
microphoneEnabled,
setMicrophoneEnabled,
microphoneDeviceId,