pass filePath to RecordingSession #3

Merged
colonelpanic merged 1 commits from loewy/store-video-internally-with-video-id into main 2024-03-12 01:21:18 -06:00
Member

-- filePath: String added, location of which is where chunks are stored until deleted
-- filePath is constructed in react-native code and passed with startRecording

-- `filePath: String` added, location of which is where chunks are stored until deleted -- filePath is constructed in react-native code and passed with `startRecording`
loewy added 1 commit 2024-03-12 00:55:27 -06:00
loewy changed title from WIP: pass filePath to RecordingSession to pass filePath to RecordingSession 2024-03-12 00:57:56 -06:00
colonelpanic reviewed 2024-03-12 01:06:59 -06:00
@ -180,0 +173,4 @@
* }, 5000)
* ```
*/
public startRecording(options: RecordVideoOptions, filePath: string): void {
Owner

why did this whitespace change?

why did this whitespace change?
colonelpanic reviewed 2024-03-12 01:07:08 -06:00
@ -215,0 +207,4 @@
}
try {
// TODO: Use TurboModules to make this awaitable.
CameraModule.startRecording(this.handle, nativeOptions, filePath, onRecordCallback)
Owner

hmm this whitespace too

hmm this whitespace too
Author
Member

i think when we first pushed up this repo it was using tab size 4, when i made my changes the prettier config was overriding on save and switching to tab space 2

the weird thing is it didn't show up as a change until i committed the code.

i think when we first pushed up this repo it was using tab size 4, when i made my changes the prettier config was overriding on save and switching to tab space 2 the weird thing is it didn't show up as a change until i committed the code.
Owner

alright. i dont care that much in this repo. lets just merge

alright. i dont care that much in this repo. lets just merge
colonelpanic approved these changes 2024-03-12 01:07:10 -06:00
colonelpanic merged commit 952e4a93e1 into main 2024-03-12 01:21:18 -06:00
colonelpanic deleted branch loewy/store-video-internally-with-video-id 2024-03-12 01:21:18 -06:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: railbird/react-native-vision-camera#3
No description provided.