Video Recorder
Record videos to play in your app or save to the cloud.
Last updated
Record videos to play in your app or save to the cloud.
Last updated
You can record a timed video, where the app records for a set amount of time, or an untimed video, where the user can choose how long to film for.
You can display the videos you record with the Video component. You can also save you recorded videos to the cloud with our Media DB component. Once you have saved a video to the cloud, you can store the URL as a cloud variable or in an Airtable DB to make it accessible through the app on other devices.
Input | Data Type | Function |
seconds | Integer | Specify a number of seconds to record for |
Output | Data Type | Function |
video file | web: Ogg Android: MP4 iOS: MOV | Returns the recorded video |
error | text | If there is an error, returns an error message |
Output | Data Type | Function |
video file | web: Ogg Android: MP4 iOS: MOV | Returns the recorded video |
error | text | If there is an error, returns an error message |
Select a camera to film with. You can record with the front or back camera of your device.
Returns the camera currently being used to record. Will return front
or back
.