This Action will tell a camera you specify to start recording.
Developer info
- API endpoint slug
- ivideon.start_recording
- Filter code method
- Ivideon.startRecording.skip(string?: reason)
- Runtime method
- runAction("ivideon.start_recording", {})
Action fields
Camera Dropdown list
- Label
- Which camera?
- Slug
- camera
- Required
- true
- Can have default value
- false
Duration Text input > Other
- Label
- Duration in seconds
- Helper text
- Optional. 60 seconds by default.
- Slug
- duration
- Required
- false
- Can have default value
- true
- Filter code method
- Ivideon.startRecording.setDuration(string: duration)