New services
Explore Plans
Mobile menu Close menu
Oco CameraOco Camera

Start recording

This Action will tell the Oco camera you specify to start recording.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will tell the Oco camera you specify to start recording.
API endpoint slug
oco_camera.start_recording
Filter code method
OcoCamera.startRecording.skip(string?: reason)
Runtime method
runAction("oco_camera.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
Duration to record in seconds.
Slug
duration
Required
false
Can have default value
true
Filter code method
OcoCamera.startRecording.setDuration(string: duration)