pass filePath to RecordingSession #3
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: railbird/react-native-vision-camera#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "loewy/store-video-internally-with-video-id"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
--
filePath: String
added, location of which is where chunks are stored until deleted-- filePath is constructed in react-native code and passed with
startRecording
WIP: pass filePath to RecordingSessionto pass filePath to RecordingSession@ -180,0 +173,4 @@
* }, 5000)
* ```
*/
public startRecording(options: RecordVideoOptions, filePath: string): void {
why did this whitespace change?
@ -215,0 +207,4 @@
}
try {
// TODO: Use TurboModules to make this awaitable.
CameraModule.startRecording(this.handle, nativeOptions, filePath, onRecordCallback)
hmm this whitespace too
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.
alright. i dont care that much in this repo. lets just merge