|  Developer
Updated on May 17, 2022

make_recording

Connection type:

  • Vidoo4Hub sends an event to vidoo box whenever “make_recording” item value is set as active

NOTE: Vidoo4Hub will automatically reset the “make_recording” item to a default value

Edit
Field Type Required Description
camera_id string + Camera id
duration string + How long to record a video in seconds
Edit
Edit
				
					{
  "id": "id",
  "method": "make_recording",
  "params": {
    "camera_id": "camera1",
    "duration": 30
  }
}				
			
Edit